@import url( bootstrap.css );
@import url( animation.css );
/* CSS Document */

#Body {
	color:#666666;
	background:#FFF;
}
.body_bg {
	min-height:100%;
}
html, body {
	margin:0px;
	padding:0px;
	font:normal 12px/1.5 'Open Sans', sans-serif;
	color:#666666;
	height:100%;
}
p {
	margin:0px 0px 8px 0px;
}
header, nav, section, footer {
	display:block;
}
TH, TD, DIV {
}
A, A:link {
	text-decoration:none;
	transition:color ease 300ms;
	-moz-transition:color ease 300ms; /* Firefox 4 */
	-webkit-transition:color ease 300ms; /* Safari and Chrome */
	-o-transition:color ease 300ms; /* Opera */
	-ms-transition:color ease 300ms; /* IE9? */
}
A:active {
	text-decoration: none;
}
A:visited {
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
h1 {
	letter-spacing:normal;
	margin:5px 0 10px 0;
}
h2 {
	letter-spacing:normal;
	margin:5px 0 10px 0;
}
h3 {
	letter-spacing:normal;
	margin:5px 0 10px 0;
}
h4 {
	letter-spacing:normal;
	margin:0px 0 4px 0;
}
h5 {
	letter-spacing:normal;
	margin:5px 0 10px 0;
}
form#Form {
	height:100%;
}
.ModuleTitle_SubMenu {
	z-index:9999!important;
}
.clearfix:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}
ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img {
	color:#328DDE!important;
}
.clear {
	clear:both;
}

/**************** Login page******************/
@media only screen and (max-width:767px) {
.loginContent .LoginPanel{
	width:100% !important;
}
.loginContent .dnnFormItem .dnnLoginRememberMe{
	white-space:nowrap;
}
 	
.loginContent .dnnFormLabel {
	 display:block !important;
	 text-align:left !important;
	}
}
/**************** register page******************/


@media only screen and (max-width:767px) {
	.dnnRegistrationForm{
		min-width:inherit !important;
	}
	.dnnRegistrationForm .dnnForm{
		width:100%;
	}
 .dnnRegistrationForm .dnnFormLabel {
	 display:block !important;
	 text-align:left !important;
	}
 .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	 display:block !important;
	 float:none !important;
	 text-align:left !important;
	 width:100%;
	}
	.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp{
		right:auto !important;
		position:static !important;
		margin-left:5px !important; 
		}
	.dnnRegistrationForm .dnnForm .dnnFormItem {
		padding:0px !important;
		margin:0px !important;}
		
	.dnnRegistrationForm .dnnFormItem input[type="text"], 
	.dnnRegistrationForm .dnnFormItem input[type="password"], 
	.dnnRegistrationForm .dnnFormItem input[type="email"], 
	.dnnRegistrationForm .dnnFormItem input[type="tel"], 
	.dnnRegistrationForm .dnnFormItem select, 
	.dnnRegistrationForm .dnnFormItem textarea	{
		width:100%;
		margin-bottom:10px !important;
	}
}

/**************** Password page******************/
@media only screen and (max-width:767px) {
	.dnnSendPasswordContent {
		width:auto !important;
	}
	.dnnSendPasswordContent  .dnnLabel{
		display:block !important;
		width:100% !important;
		text-align:left;	
	}
	.dnnSendPasswordContent a.dnnFormHelp,
	.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, 
	.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp{
		position:static;
	}
	.dnnSendPasswordContent input[type="text"], 
	.dnnSendPasswordContent input[type="password"], 
	.dnnSendPasswordContent input[type="email"], 
	.dnnSendPasswordContent input[type="tel"], 
	.dnnSendPasswordContent select, 
	.dnnSendPasswordContent textarea	{
		width:90%;
		margin-bottom:10px !important;
	}
	.dnnSendPasswordContent ul.dnnActions{
		padding:0 !important;
	}
}




/* ********** Control Panel Style ************** */
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	font-size:12px;
	color:#973939;
	text-decoration:none;
	font-weight:normal;
}
A.CommandButton:hover {
	color:#973939;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
}
.FileManager A, .FileManager A:link, .FileManager A:visited, .FileManager A:active {
	color:#000;
	text-decoration: underline;
}
.FileManager A:hover {
	color:#000;
	text-decoration:none;
}


/* ********** Control Panel Style ************** */
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	font-size:12px;
	color:#973939;
	text-decoration:none;
	font-weight:normal;
}
A.CommandButton:hover {
	color:#973939;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
}
.FileManager A, .FileManager A:link, .FileManager A:visited, .FileManager A:active {
	color:#000;
	text-decoration: underline;
}
.FileManager A:hover {
	color:#000;
	text-decoration:none;
}


/* ********** Buttons Style ************** */
a.Button_blue {
	padding:12px 30px;
	margin:0px 10px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	color:#FFFFFF !important;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
*+html a.Button_blue{
	display:inline;
}
a.Button_blue:hover {
	text-decoration:none;
	background:#555555;
}
a.Button_blue2{
	padding:8px 15px;
}

a.Button_blue span.glyphicons,
a.Button_blue2 span.glyphicons{
	font-size:24px;
	vertical-align:bottom; 
	margin-right:5px;
}




a.Button_special {
	padding:12px 30px;
	margin:0px ;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	color:#FFFFFF !important;
	border-radius:		    3px 3px 4px 4px;
	-moz-border-radius:		3px 3px 4px 4px;
	-webkit-border-radius:	3px 3px 4px 4px;
	background:	url(images/Button_special.png) repeat-x  left bottom;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
*+html a.Button_special{
	display:inline;
}
a.Button_special:hover {
	text-decoration:none;
	background-color:#555555;
}



/* ********** Pane Style ************** */
.row-fluid [class*="Pane"] {
	padding:0px 0px 5px 0px;
}
.DNNEmptyPane {
	display:none;
}
/* ********** Container Style ************** */
.Head {
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
.SubHead {
	font-family:'Open Sans', sans-serif;
}
.SubSubHead {
	font-family:'Open Sans', sans-serif;
}
.Normal {
	font-family: 'Open Sans', sans-serif;
}

.mt-10 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}
.pt-10 {padding-top: 10px;}
.pb-10 {padding-bottom: 10px;}
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.pt-20 {padding-top: 20px;}
.pb-20 {padding-bottom: 20px;}
.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.pt-30 {padding-top: 30px;}
.pb-30 {padding-bottom: 30px;}
.mt-40 {margin-top: 40px;}
.mb-40 {margin-bottom: 40px;}
.pt-40 {padding-top: 40px;}
.pb-40 {padding-bottom: 40px;}
.mt-50 {margin-top: 50px;}
.mb-50 {margin-bottom: 50px;}
.pt-50 {padding-top: 50px;}
.pb-50 {padding-bottom: 50px;}
.mt-60 {margin-top: 60px;}
.mb-60 {margin-bottom: 60px;}
.pt-60 {padding-top: 60px;}
.pb-60 {padding-bottom: 60px;}

/* ********** Breadcrumb Style ************** */

/* ********** Other Style ************** */	

.dnn_layout {
	width:980px;
	margin:0px auto;
}
#dnn_wrapper {
	background:#FFF;

}
.head_mid, .content_mid, .footer_mid {
	padding:0px 20px;
}

/*language*/
.languageBox {
	float:left;
	height:40px;
	line-height:40px;
	white-space:nowrap;
}
.languageBox span img {
	margin-right:7px;
	filter:alpha(opacity=50);
	opacity:0.5;
	
}
.languageBox span.selected img {
	filter:alpha(opacity=100);
	opacity:1;
	box-shadow:0 0 2px rgba(255,255,255,0.4);	
-moz-box-shadow:0 0 2px rgba(255,255,255,0.4); 	
-webkit-box-shadow:0 0 2px rgba(255,255,255,0.4);
}
/*Login*/
.Login{
	margin-left:5px;
	padding-left:0px;
	padding-right:2px;
	max-width:260px; /* grow user information to a max of 260px */
	float:right;
	border-right:1px solid #131616;
	height:40px;
	line-height:40px;
}
.Login A,
.Login A:link, 
.Login A:active, 
.Login A:visited{
	color:#979797;
	padding:0px 12px;
	display:inline-block;
} 
*+html .Login A,
*+html .Login A:link, 
*+html .Login A:active, 
*+html .Login A:visited{
	display:inline;
} 

.Login .LoginLink {
	background:url(images/login_bg.png) no-repeat right center;
}

.Login A:hover{

}
/*--------------
	Menu Bar: User Properties
---------------*/

.userProperties {
	margin-left:5px;
	padding-left:0px;
	padding-right:2px;
	max-width:260px; /* grow user information to a max of 260px */
	float:right;
	border-right:1px solid #131616;
}
.userProperties > ul {
	float:right;
	margin:0px;
	padding:0px;
}
.userProperties > ul li {
	list-style:none;
	position:relative;
}
.userProperties > ul > li, .userProperties > ul > li > span {
	float:left;
}
.userProperties > ul > li img, .userProperties > ul > li > a {
	width:auto;
	display:block;
	font-size:13px;
	color:#979797;
	text-decoration:none;
}
.userName, .userRegister, .userLogin {
	height:40px;
	line-height:40px;
}
.userRegister {
}
.userName {
	max-width:190px; /* user name and arrow max width */
}
.userName >a {
	border-left:1px solid #3c4140;
	padding-left:10px;
	padding-right:20px;
}
.userName > a:after{
	content: "";
	border-color: #979797 transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -1px 0 0 -6px;
	transition: 		border-color ease-in 200ms;
	-moz-transition: 	border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border-color ease-in 200ms; /* Opera */
	-ms-transition: 	border-color ease-in 200ms; /* IE9? */
}
.userName > a:hover:after,
.userName > a.active:after{
	border-color:#009b85 transparent transparent transparent;
}
.userName > a, .userRegister > a, .userLogin > a {
	display:inline-block;
	margin:0px;
	/* styles to handle long names */
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.userRegister > a, .userLogin > a {
	padding:0 14px;
	background:none;
}
.userName > a.active {
}
.userProfile .userProfileImg {
	border-radius:3px;
	overflow:hidden;
	display: inline-block;
	border:1px solid rgba(0,0,0,0.15);
	margin:5px 0px 0px 15px;
}
.userProfile .userProfileImg img {
	height:28px;
	width:28px;
}

.userProfile {
	position:relative;
}
.userProfile .userMessages {
	position:absolute;
	top:0px;
	right:0px;
	color:#FFF;
	display:block;
	padding:0px 6px;
	border-radius:3px;
	font-size:10px;
	text-shadow:0px 1px #fff;
}

.userProperties ul.userMenu li{
	line-height:20px;
}

/*--------------
	 User Controls Menu Drop Down
---------------*/
.userProperties ul.userMenu {
	display:none;
	position:absolute;
	right:0;
	top:50px;
	z-index:906;
	width:175px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	background:#3a4241;
	padding:15px 0px;
}
.userProperties li.userNotifications, .userProperties li.userProfilename {
	border-bottom:1px solid #5e5e5e;
	padding:0px 0px 10px;
	margin:0px 0px 10px;
}
.userProperties ul.userMenu:after {
	position:absolute;
	top:-6px;
	right:80px;
	content:'';
	width:0px;
	height:0px;
	border-left:7px solid transparent;  /* left arrow slant */
	border-right:7px solid transparent; /* right arrow slant */
	border-bottom:7px solid #3a4241; /* bottom, add background color here */
	font-size:0px;
	line-height:0px;
}
.userProperties ul.userMenu a {
	display:block;
	padding:2px 15px;
	color:#aaaaaa;
	text-decoration:none;
	/* transition decleration */
	transition: 		all ease-in 100ms;
	-moz-transition: 	all ease-in 100ms; /* Firefox 4 */
	-webkit-transition: all ease-in 100ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 100ms; /* Opera */
	-ms-transition: 	all ease-in 100ms; /* IE9? */
}
.userProperties ul.userMenu a span {
	padding:0px 4px;
	border-radius:3px;
	font-size:11px;
	color:#fff;
}
.userProperties ul.userMenu li:last-child > a {
	padding-bottom:0;
}
.userProperties ul.userMenu li:hover > a {
}
.userProperties ul.userMenu a strong {
	font-weight:normal;
}
/* Search Style  */
.searchBox {
	float:right;
	border-left:1px solid #3c4140;
}
#search #dnn_dnnSEARCH_ClassicSearch, #search #dnn_dnnSEARCH1_ClassicSearch, #search #dnn_dnnSEARCH2_ClassicSearch, #search #dnn_dnnSEARCH3_ClassicSearch {
	background: #121615;
	border:none;
	float: none;
	height:40px;
	margin-top:0px;
	position: relative;
	white-space: nowrap;
	width:235px;
	display:block;
	z-index:903;
	text-align:left;
	color:#FFF;
}
.SearchIcon {
	display:none;
}
.search, a.search:link, a.search:active, a.search:visited {
	text-decoration:none;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	line-height:90px;
	text-indent:-999px;
	font-size:0px;
	width:40px;
	height:40px;
	overflow:hidden;
	background: url(images/Icon_search.png) no-repeat center center;
	padding:0px;
}
*+html .search, a.search:link, a.search:active, a.search:visited {
	font-size:0px;
	line-height:0px;
}
a.search:hover {
}
#search input.NormalTextBox {
	width:165px;
	text-align: left;
	height:18px;
	padding:0px 3px 0px 3px;
	background:none;
	border:none;
	display:block;
	position:absolute;
	left:4px;
	top:10px;
	outline:0;
	border-radius:0px 0px 0px 0px;
	-webkit-appearance: none;
	color:#979797;
}
#search .searchInputContainer {
	position:static !important;
}
#search .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top:4px !important;
	left:auto;
	right:40px !important;
}
#search .searchSkinObjectPreview {
	right:inherit;
	left:auto;
	right:0px;
}
.dnnSearchBoxPanel, .dnnSearchResultPanel {
	width:100%;
	max-width:none;
	padding:10px 0px !important;
}
.dnnSearchResultPanel {
	padding:10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */	

.dnn_logo {
	float:left;
}
.LogoMenuBox {
	padding:35px 0px;
}
/*source_code*/
.source_code {
	margin: 5px 0px;
}

.source_code pre {
	display: none;
}
.source_code .source_box pre {
	display:block;
}
.source_code .source_box{
	display: none;
}
/* ********** NAV ************** */	
/*main menu*/
.dnn_menu {
	position:relative;
	z-index:904;
}
#top_menu {
	position:relative;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	display:block;
}
#top_menu ul {
	display:inline-block;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu ul {
	margin:0px 0 0px;
	padding:0px 0px;
	display: block;
}
#top_menu li {
	list-style: none none outside;
	float:left;
	position:relative;
	margin:0px 0px 0px 2px;
	padding:0px;
}


#top_menu ul li {
}
#top_menu ul li.first-item {
	background:none;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}

#top_menu > div > ul > li {
	position:relative;
}
#top_menu li.back {
	z-index:1;
	position:absolute;
	Top:100%;
	padding:0px;
	margin:-5px 0px 0px;
}
#top_menu li.back .left {
	height:5px;
	float:none;
}
/*sub menu*/
#top_menu .menuslide {
	display: none;
	float: left;
	overflow:hidden;
	position:absolute;
}
#top_menu > div > ul > li > div.menuslide > ul {
}
#top_menu .menuslide ul li {
	display:block;
	clear:both;
	padding:0px;
	background:none;
	margin:0px;
	position:relative;
	padding:0px 8px;
}
#top_menu .menuslide ul > li.last-item > a{
	border-bottom:none;
}
#top_menu .menuslide ul li span {
	color:inherit;
	display:block;
	padding:9px 50px 9px 5px;
	margin:0px;
	background:none;
	white-space:nowrap;
	font-size:13px;
}
#top_menu .menuslide ul li a {
	display:block;
	font-weight: normal;
	margin:0px;
	padding:0px;
	background:none;
	float:left;
	line-height:24px;
	height:auto;
	position:relative;
	text-align:left;
}
#top_menu .menuslide ul a:hover span {
	margin:0px;
	background:none;
}
#top_menu .menuslide ul {
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul > li.dir > a {
}
#top_menu .menuslide ul > li.dir > a:after {
	content:">";
	position:absolute;
	right:15px;
	top:9px;
	font-size:12px;
}
#top_menu .menuslide ul li.dir a.menu_hover span, 
#top_menu .menuslide a.menu_hover span, 
#top_menu .menuslide a:hover span, 
#top_menu .menuslide ul li.dir a.menu_hover:after, 
#top_menu .menuslide a.menu_hover:after, 
#top_menu .menuslide a:hover:after {
}

/*Mega_menu*/
#Mega_menu {
	position:relative;
}
#Mega_menu ul {
	margin:0px;
	padding:0px 0px;
	display:block;
}
#Mega_menu ul {
	display:inline-block;
}
#Mega_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#Mega_menu ul {
	margin:0px 0 0px;
	padding:0px 0px;
	display: block;
}
#Mega_menu li {
	list-style: none none outside;
	float:left;
	position:relative;
	margin:0px 0px 0px 2px;
	padding:0px;
}
#Mega_menu ul li {
}
#Mega_menu ul li.first-item {
	background:none;
}
#Mega_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	font-size:15px;
	width:auto;
	float:left;
}
#Mega_menu > div > ul > li > a {
}
#Mega_menu > div > ul > li > a:hover > span, 
#Mega_menu > div > ul > li.current > a > span, 
#Mega_menu > div > ul > li > a.menu_hover > span {
	text-decoration:none;
}
#Mega_menu > div > ul > li {
	position:relative;
}
#Mega_menu li.back {
	z-index:1;
	position:absolute;
	Top:100%;
	padding:0px;
	margin:-5px 0px 0px;
}
#Mega_menu li.back .left {
	height:5px;
	float:none;
}
	
/*-- submenu --*/
.Mega_menu div.mega_submenu {
	padding:10px 0px;
	position:absolute;
	display:none;
	top:100%;
	z-index:705;
	left:0px;
	margin:0px;
}

.Mega_menu ul.mega_submenu_ul {
	width:260px;
	overflow:hidden;
	display:block;
}
.Mega_menu div.Column2 ul.mega_submenu_ul {
	width:520px;
}
.Mega_menu div.Column3 ul.mega_submenu_ul {
	width:780px;
}
.Mega_menu div.Column4 ul.mega_submenu_ul {
	width:1040px;
}
.Mega_menu ul.mega_submenu_ul > li {
	display:block;
	height:100%;
	padding:0px;
	float:none;
	width:220px;
	margin:0px -1px 0px 0px !important;
	padding:0px 20px !important;
	zoom:1;
	background:none !important;
}
.Mega_menu ul.mega_submenu_ul > li:last {
 border-right:none;
}
.Mega_menu ul.mega_submenu_ul li b {
	display:none !important;
}
.Mega_menu ul.mega_submenu_ul ul {
	width:100%;
	
}
.Mega_menu ul.mega_submenu_ul ul li {
	float:none !important;
	display:block;
	width:100%;
	background:none !important;
}
.Mega_menu ul.mega_submenu_ul ul li a {
	display:block;
	width:100%;
	font-weight: normal;
	float:none !important;
	font-size:13px !important;
	text-align:left;
	line-height:20px;
	color:#666666;
	letter-spacing:normal;
	margin:0px;
	position:relative;
	padding:8px 0px 8px 20px;
	white-space:normal;
	zoom:1;
	border:none;
 }
.Mega_menu ul.mega_submenu_ul ul li a:after {
	content:">";
	position:absolute;
	left:5px;
	top:8px;
	font-size:12px;
}
.Mega_menu ul.mega_submenu_ul ul li a:hover,
.Mega_menu ul.mega_submenu_ul ul li a:hover:after{
}

.Mega_menu ul.mega_submenu_ul ul ul li a:after {
	top:4px !important;
}
.Mega_menu ul.mega_submenu_ul ul li a span {
	white-space:normal !important;
}
.Mega_menu ul.mega_submenu_ul ul li a:hover {
	text-decoration:none;
}
.Mega_menu ul.mega_submenu_ul ul li a span {
	display:block;
	padding:0px 15px 0px 0px;
	margin:0px;
	background:none;
	word-break:break-all;
	text-transform:none;
}
.Mega_menu ul.mega_submenu_ul ul ul {
	border:none;
	padding:8px 0px 5px 15px !important;
	margin:0px;
	display:block;
	float:none;
	background:none;
	box-shadow:none;
	float:none !important;
	background:none !important;
	border:none !important;
}
.Mega_menu ul.mega_submenu_ul ul ul ul {
	padding:0px 0px 0px 15px !important;
}
.Mega_menu ul.mega_submenu_ul ul ul li {
	margin:0 0px 0px 0px;
	padding:0;
	background:none;
	border:none;
}
.Mega_menu ul.mega_submenu_ul ul ul li a {
	float:none;
	position:relative;
	border-bottom:none;
	line-height:18px;
	padding:5px 0px 5px 20px;
	position:relative;
	font-size:12px;
}
.Mega_menu ul.mega_submenu_ul ul ul li a:after {
	top:6px;
}

#dnngo_megamenu > div > ul > li > a > span{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}


/*roll_menu */
.roll_nav{
	display:block !important;
}

.js-clingify-placeholder {
	height:auto !important;
}
.js-clingify-wrapper {
	width: 100%;
	position:fixed; 
	left: 0;
	top: 0;
	margin-top:-50px;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:-1;
	height:44px !important;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 	    all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}

.js-clingify-locked {
	filter:alpha(opacity=100);
	opacity:1;
	margin-top:0px;
	z-index: 1000;
	background:#FFF;
	box-shadow:0 0 15px rgba(0,0,0,0.4);	
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.4); 	
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
	
}

.js-clingify-wrapper .dnn_logo {
	height:30px !important;
	line-height:30px !important;
	padding:5px 0px !important;
	display:block !important
}
.js-clingify-wrapper  #roll_menu{
	display:block !important;}

.js-clingify-wrapper .dnn_logo img {
	max-height:100%;
	width:133px;
	height:30px;
}
.js-clingify-wrapper #roll_menu {
	float:right;
}

/*main menu*/

#roll_menu {
	position:relative;
	padding:0px;
	z-index: 1000;}
#roll_menu ul {
	margin:0px;
	padding:0px 0px;
	display:block;
}
#roll_menu ul {
	display:inline-block;
}
#roll_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#roll_menu ul {
	margin:0px 0 0px;
	padding:0px 0px;
	display: block;
}
#roll_menu li {
	list-style: none none outside;
	float:left;
	position:relative;
	margin:0px 0px 0px 2px;
	padding:0px;
}
#roll_menu > div > ul > li > a, 
#roll_menu > div > ul > li > a > span, 
#roll_menu > div > ul > li > a > span:after {
	display:block;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:    all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
#roll_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}
#roll_menu > div > ul > li {
	position:relative;
}
/*sub menu*/
#roll_menu .dropdown .menuslide {
	display: none;
	float: left;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}
#roll_menu .dropdown .menuslide ul {
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.4);
}
#roll_menu .dropdown .menuslide ul li {
	display:block;
	clear:both;
	padding:0px;
	background:none;
	margin:0px;
	position:relative;
}
#roll_menu .dropdown .menuslide ul .last-item a {
	border-bottom:none !important;
}
#roll_menu .dropdown .menuslide ul li span {
	color:inherit;
	display:block;
	padding:9px 50px 9px 24px;
	margin:0px;
	background:none;
	white-space:nowrap;
	font-size:13px;
}
#roll_menu .dropdown .menuslide ul li a {
	display:block;
	font-weight: normal;
	margin:0px;
	padding:0px;
	background:none;
	float:left;
	line-height:24px;
	height:auto;
	position:relative;
	text-align:left;
	border-bottom:1px solid #dbdbdb;
}
#roll_menu .dropdown .menuslide ul {
	float:left;
	left:0px;
	position:relative;
	
}
#roll_menu .dropdown .menuslide ul > li > a {
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
#roll_menu .dropdown .menuslide ul > li.dir > a {
	background:url(images/arrow-1.png) no-repeat right -59px;
}
#roll_menu .dropdown .menuslide ul > li.dir > a:hover, #roll_menu .dropdown .menuslide ul > li.dir > a.menu_hover {
	background-position:right 16px;
}
#roll_menu > div > ul.dropdown > li > div.menuslide > ul {
	background-color:#FFF;
	color:#777777;
}
#roll_menu ul.dropdown ul {
	background-color:#FFF;
}
#roll_menu ul.dropdown .menuslide ul a {
	color:#777777
}
#roll_menu .dropdown .menuslide ul a:hover, #roll_menu .dropdown .menuslide ul a.menu_hover, #roll_menu .dropdown .menuslide ul > li.dir > a:hover, #roll_menu .dropdown .menuslide ul > li.dir > a.menu_hover {
	color:#FFFFFF;
}
/*-- submenu --*/
#roll_menu .dnngo_mega div.mega_submenu {
	padding:10px 0px;
	position:absolute;
	display:none;
	top:100%;
	left:0px;
	margin:0px;
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.4);
}

#roll_menu .dnngo_mega ul.mega_submenu_ul {
	width:260px;
	overflow:hidden;
	display:block;
}
#roll_menu .dnngo_mega div.Column2 ul.mega_submenu_ul {
	width:520px;
}
#roll_menu .dnngo_mega div.Column3 ul.mega_submenu_ul {
	width:780px;
}
#roll_menu .dnngo_mega div.Column4 ul.mega_submenu_ul {
	width:1040px;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul > li {
	display:block;
	height:100%;
	padding:0px;
	float:left;
	width:220px;
	margin:0px -1px 0px 0px !important;
	padding:0px 20px !important;
	zoom:1;
	background:none !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul > li:last {
 border-right:none;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul li b {
	display:none !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul {
	width:100%;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li {
	float:none !important;
	display:block;
	width:100%;
	background:none !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a {
	display:block;
	font-weight: normal;
	float:none !important;
	font-size:13px !important;
	text-align:left;
	line-height:20px;
	color:#666666;
	letter-spacing:normal;
	margin:0px;
	position:relative;
	padding:8px 0px 8px 15px;
	white-space:normal;
	zoom:1;
	border:none;
	background:url(images/arrow-1.png) no-repeat left -62px;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a:hover, #roll_menu .dnngo_mega ul.mega_submenu_ul ul li a:hover:after {
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul li a {
	background-position:left -66px;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a span {
	white-space:normal !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a:hover {
	text-decoration:none;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a span {
	display:block;
	padding:0px 15px 0px 0px;
	margin:0px;
	background:none;
	word-break:break-all;
	text-transform:none;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul {
	border:none;
	padding:8px 0px 5px 15px !important;
	margin:0px;
	display:block;
	float:none;
	background:none;
	box-shadow:none;
	float:none !important;
	background:none !important;
	border:none !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul ul {
	padding:0px 0px 0px 15px !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul li {
	margin:0 0px 0px 0px;
	padding:0;
	background:none;
	border:none;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul li a {
	float:none;
	position:relative;
	border-bottom:none;
	line-height:18px;
	padding:5px 0px 5px 15px;
	position:relative;
	font-size:12px;
}
#roll_menu .dnngo_mega div.mega_submenu {
	background-color:#FFF;
	color:#777777;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul > li {
	border-right:1px solid #dbdbdb;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a {
	border-bottom:1px solid #dbdbdb;
	color:#777777;
}


/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear:both;
}

#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;
}

#dnngo_megamenu .primary_structure > li {
	float: left;
	list-style: none;
	position: relative;
	margin:0px 0px 0px 2px;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}


#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}

/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 904;
	margin:0;
	padding:0;
}
/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	white-space:nowrap;
	}
#dnngo_megamenu .dnngo_slide_menu ul{
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
	}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	line-height: 24px;
	display: block;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms;
	-webkit-transition: color ease-in 200ms;
	-o-transition: color ease-in 200ms;
	-ms-transition: color ease-in 200ms;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {

}
#dnngo_megamenu .dnngo_slide_menu li.dir > a:after{
	content: "\E224";
	vertical-align: middle;
	font-size: 7px;
	font-family: 'Glyphicons Regular';
	padding: 0;
	margin: 0;
	display: inline-block;
	-webkit-text-size-adjust: none;
	position: absolute;
	right: 20px;
	top: 10px;
	}


/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .clear{
	clear:both;
	overflow:hidden;
	width:100%;
	height:0px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}


#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding: 25px;
}

#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
	float:left;
	padding:25px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
	margin:0;
	padding:0;
	text-align:left;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li{
	list-style:none;
	padding:5px 10px;
	font-size:13px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div{
	padding:25px 15px;
	margin:0;
}  
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul {
	display:inline-block;
	vertical-align:top;
	margin-right:-6px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding:0px 10px;
}
*+html #dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul{
	display:inline;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li:before{
		}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a{
	display: block;
	border-bottom: 1px solid #D3D3D3;
	margin: 0 0 7px 0;
	padding: 0 0 12px 0;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a:hover {
	text-decoration:none;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a > span{
	color:#3b9cf7;
	font-size:16px;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a > span:before{
	content:"\E369";
	vertical-align:middle;
	font-size:14px;
	font-family:'Glyphicons Regular';
	padding:0;
	margin:0 8px 3px 0; 
	display:inline-block;
	-webkit-text-size-adjust:none; 
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li{
	width:100%!important;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > ul > li{
	padding:5px 0;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	display:block;
	width:100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
	text-decoration:none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span{
	display:block;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before{
	content:"\E224";
	vertical-align:middle;
	font-size:7px;
	font-family:'Glyphicons Regular';
	padding:0;
	margin:0;
	display:inline-block;
	margin:0 3px 2px 0; 
	-webkit-text-size-adjust:none; 
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
}

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
	padding:25px;
	position:relative;
	z-index:1;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
	padding:25px;
	position:relative;
	z-index:1;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
h2.mega_title{
	font-size: 16px;
	font-weight: normal;
	text-transform:capitalize;
	border-bottom: 1px solid #D3D3D3;
	margin: 0 0 11px 0;
	padding: 0 0 11px 0;
	}
.itembox{
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
/*	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);*/
	}
.itembox .slidingbox{
	position: absolute;
	top: 0;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #FFF;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	filter:alpha(opacity=0);
	opacity:0;
	}
.itembox:hover .slidingbox{
	filter:alpha(opacity=80);
	opacity:0.8;
	}
.itembox .slidingbox a.iconleft:before{
	font-family: 'Glyphicons Regular';
	content: "\E051";
	color:#fff;
	font-size:16px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 35px;
	height: 35px;
	line-height:35px;
	display: block;
	margin: -15px 0px 0px -36px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	background-color:rgba(0,0,0,0.5);
	filter:alpha(opacity=0);
	opacity:0;
}
.itembox .slidingbox a.iconright:before{
	font-family: 'Glyphicons Regular';
	content: "\E028";
	color:#fff;
	font-size:16px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 35px;
	height: 35px;
	line-height:35px;
	display: block;
	margin: -15px 0px 0px 3px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	background-color:rgba(0,0,0,0.5);
	filter:alpha(opacity=0);
	opacity:0;
}
.itembox:hover .slidingbox a:before{
	filter:alpha(opacity=80);
	opacity:0.8;
	-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
@-webkit-keyframes avia_pop_small {
0% {
-webkit-transform:rotate(-175deg) scale(0.2)
}
100% {
-webkit-transform:rotate(0deg) scale(1)
}
}
@-moz-keyframes avia_pop_small {
0% {
-moz-transform:rotate(-175deg) scale(0.2)
}
100% {
-moz-transform:rotate(0deg) scale(1)
}
}
@keyframes avia_pop_small {
0% {
transform:rotate(-175deg) scale(0.2)
}
100% {
transform:rotate(0deg) scale(1)
}
}

.itembox_bottom h3{
	font-size:15px;
	color:#444444;
	margin: 15px 0 2px 0;
	font-weight:normal;
	}
.itembox_bottom em{
	font-size:13px;
	color:#b7b7b7;
	}


/*Left Menu*/
.Page_Box{
	position:relative;
}

.LeftBox{ 
	padding:20px 15px 40px;
	position:relative;
	z-index:1;
}

.LeftPage_Box_bg{
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px!important;
	z-index:0;

}
.LeftPage_Box_bg1{
	background:url(images/left_menu_bg.png) repeat-y right top;
	height:100%;
}
.LeftPage_Box_bg2{
	background:url(images/left_menu_top.png) no-repeat right top;
	width:100%;
	height:100%;
}
.LeftPage_Box_bg3{
	background:url(images/left_menu_bottom.png) no-repeat right bottom;
	width:100%;
	height:100%;
}


.rightPage_Box_bg{
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	margin:0px!important;
	z-index:0;
}
.rightPage_Box_bg1{
	background:url(images/right_menu_bg.png) repeat-y left top;
	height:100%;
}
.rightPage_Box_bg2{
	background:url(images/right_menu_top.png) no-repeat left top;
	width:100%;
	height:100%;
}
.rightPage_Box_bg3{
	background:url(images/right_menu_bottom.png) no-repeat left bottom;
	width:100%;
	height:100%;
}



.LeftOutPane {
	margin-right:2px;
}
#left_menu {
	padding:0px 0px 0px;
	margin:0px;
	min-height:300px;
}
#left_menu img {
	display:none;
}
#left_menu ul {
	padding:0px;
	margin:0px;
}
#left_menu ul li {
	list-style:none;
}
#left_menu ul li a {
	display:block;
	text-decoration:none;
	padding:13px 10px 13px 40px;
	color:#333333;
	line-height:19px;
	border-bottom:1px solid #dadada;
	background:url(images/left_icon.png) no-repeat 10px -171px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.rightPage_Box #left_menu ul li a {
	padding-left:50px;
	background:url(images/left_icon.png) no-repeat 20px -171px;
}

#left_menu > .gomenu > ul > li.current.Item-1 > a {
	border-top:1px solid #dadada;
}
#left_menu > .gomenu > ul > li > a:hover {
	background:url(images/left_icon.png) no-repeat 10px 14px;
	color:#FFFFFF;
}
.rightPage_Box #left_menu > .gomenu > ul > li > a:hover{
	background-position:20px 14px;
}


#left_menu > .gomenu > ul > li.current > a, 
#left_menu > .gomenu > ul > li.current > a:hover {
	background:url(images/left_icon.png) no-repeat 10px -171px #FFF;
	color:#333333;
}
.rightPage_Box #left_menu > .gomenu > ul > li.current > a, 
.rightPage_Box #left_menu > .gomenu > ul > li.current > a:hover {
	background-position: 20px -171px;
}


#left_menu ul ul {
	padding:10px 15px;
	display:none;
}
#left_menu ul ul ul {
	padding:5px 0px;
	display:none;
	margin-bottom:0px;
}
#left_menu ul li.current > ul {
	display:block;
}
#left_menu ul ul .subcurrent > ul {
	display:block;
}
#left_menu ul li li {
	margin:0;
	border-bottom:none;
	padding-left:20px;
}
#left_menu ul li li li {
	padding-left:15px;
}
#left_menu ul li li a {
	position:relative;
	padding:6px 5px 6px 15px;
	line-height:18px;
	font-size:13px;
	border:none;
	white-space:normal;
	color:#666666;
	background:none;
	text-transform:none;
}
.rightPage_Box #left_menu ul li li a {
	background:none; 
	padding-left:15px;}

#left_menu ul li li a:before {
	content:">";
	color:#666666;
	left:0px;
	position:absolute;
	top:6px;
	font-size:12px;
}




/* ********** CONTENT ************** */	
.Mian_Box {
	background:#f7f7f7 url(images/mian_line.jpg) repeat-x left bottom;
}
.Mian_Box [class*="Pane"], .Mian_Box_2 [class*="Pane"], #dnn_content,.Mian_Box_3 [class*="Pane"] {
	margin:40px 0px 30px;
}
#dnn_content{
	min-height:350px;}

.Mian_Box_2 {
	background:url(images/mian_line.jpg) repeat-x left bottom;
}
.TopOutPaneC {
	background:#f0f0f0;
	padding:32px!important;
}
.TopOutPaneC {
	background:#f5f5f5;
	padding:32px!important;
}
.Mian_Box_3 {
	background:url(images/mian_line.jpg) repeat-x left top #f7f7f7;
}
.Mian_Box_4 [class*="Pane"]{
	margin:40px 0px 0px;
}
.Mian_Box_5 {
	background:url(images/mian_line.jpg) repeat-x left top #f9f9f9;
}

.TopOutPaneG {
	margin-top:20px;
}

.Mian_Box_6 {
	background:url(images/mian_line.jpg) repeat-x left top #f9f9f9;
}
.Mian_Box_6 [class*="Pane"]{
	margin:30px 0 23px;
}

.Banner_box {
	background:url(images/opacity_20_0.png) repeat-x left bottom #e7e7e7;
	background-size:100% 5px;
}
.Banner_box  [class*="Pane"]{
	margin:45px 0 80px;
}

.tp-bullets{
	z-index:900!important;}

.backgroundImage1{
	background:url(images/img_bg_1.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
}
.backgroundImage2{
	background:url(images/img_bg_2.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
}
.backgroundImage2_shade h3 {
	color:#FFF;
}

.backgroundImage2_shade {
	position:relative;
	background-image:url(images/shade_1.png);
}
.backgroundImage2 ,
.backgroundImage2 .Normal{
	color:#FFF;
}



.backgroundImage3{
	background:#f1f2f4;
	position:relative;
	background-image:url(images/shade_1.png);
	text-align:center;
}

.backgroundImage4{
	background:url(images/img_bg_4.jpg)  center top;
	position:relative;
	text-align:center;
	background-attachment:fixed;
}
.backgroundImage4:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#3b9cf7;
	filter:alpha(opacity=89);
	opacity:0.89;
	z-index:0;
}
.backgroundImage4 ,
.backgroundImage4 .Normal,
.backgroundImage4 h3{
	color:#FFF;
}
.backgroundImage4 > *{
	position:relative;
	z-index:1;
}
.backgroundImage4 a,
.backgroundImage4 a:link,
.backgroundImage4 a:active,
.backgroundImage4 a:visited,
.backgroundImage4 a:hover{
	color:#FFF;
} 
 
.backgroundImage5{
	background:#fdfdfd;
	border-top:1px solid #e9e8e8;
	border-bottom:1px solid #e9e8e8;
	text-align:center;
}
.backgroundImage6{
	background-image:url(images/img_bg_6.jpg);
	text-align:center;
}
.backgroundImage6 ,
.backgroundImage6 .Normal,
.backgroundImage6 h3{
	color:#FFF;
}
.backgroundImage7{
	background-image:url(images/img_bg_7.jpg);
	text-align:center;
}
.backgroundImage7 ,
.backgroundImage7 .Normal,
.backgroundImage7 h3{
	color:#FFF;
}

.backgroundImage8{
	background:url(images/img_bg_8.jpg)  center top;
	position:relative;
	text-align:center;
	background-attachment:fixed;
}
.backgroundImage8:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/img_bg_8_shade.png);
	
	filter:alpha(opacity=89);
	opacity:0.89;
	z-index:0;
}
.backgroundImage8 ,
.backgroundImage8 .Normal,
.backgroundImage8 h3{
	color:#FFF;
}
.backgroundImage8 > *{
	position:relative;
	z-index:1;
}

.backgroundImage9{
	background:#f6f7f9;
	text-align:center;
}

.backgroundImage1 h3,
.backgroundImage2 h3,
.backgroundImage3 h3,
.backgroundImage4 h3,
.backgroundImage5 h3,
.backgroundImage6 h3,
.backgroundImage7 h3,
.backgroundImage8 h3,
.backgroundImage9 h3{
	font-size:26px;
	padding-bottom:15px;
}
 
 
 
 

@media only screen and (max-width: 1024px) {
	.backgroundImage1,
	.backgroundImage2{
		background-attachment:scroll; 
		background-position:center bttom;
	}	
}

/* ********** FOOTER ************** */	

.footer_mid {
}
.Footer_Contentbg {
	background:#252d2c;
	border-bottom:1px solid #444747;
}

.Footer_Contentbg [class*="Pane"] {
	margin:30px 0px 31px;
}
.Footer_Bottombg {
	background:#1a1f1f;
	padding:35px 0px 30px;

	font-size:13px;
}
.copyright_style, .FooterPane {
	float:left;
	padding:10px 8px 0px;
}
.copyright_style .sep {
	padding:0px 12px;
}
.copyright_style, .FooterPane .Normal, .copyright_style a, .copyright_style a:link, .copyright_style a:active, .copyright_style a:visited {
	text-decoration:none;
}
.copyright_style a:hover {
	text-decoration: underline
}
#to_top {
	display:none;
	position:fixed;
	right:25px;
	bottom:25px;
	float:right;
	background:url(images/GoTop.png) no-repeat center center;
	background-color:#181d1d;
	width:46px;
	height:46px;
	overflow:hidden;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

/* ********** BOTTOM ************** */	

/*Link_list*/
.Link_list {
	padding:0px;
	margin:0px;
}
.Link_list li{ 
	display:inline-block;
	vertical-align:top;
	width:49%;
	margin:0px -3px 0px 0px;
	list-style:none;
	padding:3px 0px;
	position:relative;
}
*+html .Link_list li{
display:inline

}

.Link_list li span {
	position:absolute;
	top:3px;
	left:0px;
}
.Link_list li a{
	padding-left:14px;
	display:block;
}
 
 /*Theme_19_Normal*/
.Theme_19_Normal{
	position:relative;
}
.Theme_19_Normal .filter_block{
	position:absolute;
	top:-50px; 
	right:0px;
	width:auto !important;
	padding:0px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.Theme_19_Normal .filter_navigation ul ul li a{
	border:none !important;
	margin:0px 0px 0px -1px!important;
	padding:5px 32px !important;
	border-radius:0px!important;
	-moz-border-radius:0px!important;
	-webkit-border-radius:0px!important;
}
.Theme_19_Normal .filter_navigation ul li {
	margin:0px !important;}
.Theme_19_Normal .filter_navigation ul ul li.selected a, 
.Theme_19_Normal .filter_navigation ul ul li a:hover{
	color:#FFF !important;
}

.Theme_19_Normal .view-tenth .mask{
	filter:alpha(opacity=80);
	opacity:0.8;
}
.Theme_19_Normal .view-tenth:hover .mask{
	filter:alpha(opacity=80);
	opacity:0.8;
}


/* **********  accordion_2  ************** */	
.accordion_2 .panel-default {
	border: none;
	margin-bottom: 4px;
	margin-top:0 !important;
	border-radius: 0;
	-moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
}

.accordion_2 .panel-heading {
	background-color: #f8f8f8;
	border: none;
    padding: 0;
    border-radius: 0;
}

.accordion_2 .panel-heading .panel-title a {
	padding: 10px 10px 10px 46px;
	position: relative;
	background: #f3f3f3 !important;
	color:#444444;
	font-size:14px;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.accordion_2 .panel-heading .panel-title a:hover,
.accordion_2 .panel-heading .panel-title a,
.accordion_2 .panel-heading .panel-title a.collapsed:hover {
}

.accordion_2 .panel-title a .accordion_icon {
	background-image: url(images/plus_minus.png);
	background-position: 12px -85px;
	background-repeat: no-repeat;
}

.accordion_2 .panel-title a .accordion_icon.color_1_bg {
	background-color: #009b85;
}

.accordion_2 .panel-title a .accordion_icon.color_2_bg {
	background-color: #faa732;
}

.accordion_2 .panel-title a .accordion_icon.color_3_bg {
	background-color: #5eb95e;
}

.accordion_2 .panel-title a .accordion_icon.color_4_bg {
	background-color: #dd514c;
}

.accordion_2 .panel-title a:hover .accordion_icon {
	background-position: 12px -85px;
}

.accordion_2 .panel-title a.collapsed .accordion_icon {
	background-image: url(images/plus_minus.png);
	background-position: 12px 14px;
	background-repeat: no-repeat;
}

.accordion_2 .panel-title a.collapsed:hover .accordion_icon {
	background-position: 12px 14px;
}

.accordion_2 .panel-heading .panel-title a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 100%;
	display: inline-block;
	margin: 0px;
}

.accordion_2 .panel-body {
	padding: 9px 0px;
	border:none !important;
}
.accordion_2 .panel-heading .panel-title a.collapsed{
	color:#444444;
}


/* **********  accordion_3  ************** */	

.accordion_3 .panel-default {
	border: none !important;
	margin-bottom: 4px;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}

.accordion_3 .panel-heading {
	border: 1px solid #dddddd !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    padding: 0;
	background:none;
}

.accordion_3 .panel-heading .panel-title a {
	padding: 10px 10px 10px 10px;
	background-image: none;
	position: relative;
	color: #444444;
	font-size: 14px;
	overflow: hidden;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.accordion_3 .panel-heading .panel-title a span {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0;
	width: 36px;
	height: 100%;
	display: inline-block;
	margin: 0px;
	border-left: 1px solid #e3e3e3;
	background-color: #FFF;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.accordion_3 .panel-title a .accordion_icon:before {
	content: "\2212";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	margin: -7px 0px 0px -7px;
	color: #666666;
}

.accordion_3 .panel-title a:hover .accordion_icon:before {
	content: "\2212";
	color: #666666;
}

.accordion_3 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	color: #444444;
}

.accordion_3 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
	color: #666666;
}

.accordion_3 .panel-body{
	padding: 9px 0px;
	border: none !important;
}

.accordion_3 .panel-heading .panel-title a:hover,
.accordion_3 .panel-heading .panel-title a,
.accordion_3 .panel-heading .panel-title a.collapsed:hover {
}
.accordion_3 .panel-heading .panel-title a.collapsed{
	color: #444444;
}
 
 
.accordion_4 {
	border-bottom: 1px solid #e0e0e0;
}

.accordion_4 .panel-heading .panel-title a,
.accordion_4 .panel-heading .panel-title a:hover {
	font-size: 13px;
	border-bottom: 1px solid #e0e0e0;
	color:#666666;
}

.accordion_4 .panel-default {
	border: none;
	margin-top:0 !important;
	border-radius:0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;    
	margin-bottom:1px;
}

.accordion_4 .panel-body{
	padding:9px 0px;
	border: none !important;
}

.accordion_4 .panel-heading .panel-title a{
	border-top: 1px solid #e0e0e0;
	padding: 12px 0;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_4 .panel-heading .accordion_icon {
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	vertical-align: middle;
	margin-right: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.accordion_4 .panel-heading .panel-title a.collapsed{
	border-bottom:none;
}
.accordion_4 .panel-heading .panel-title a.collapsed .accordion_icon {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}
.accordion_4 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_4 .panel-heading .panel-title a.collapsed,
.accordion_4 .panel-heading .panel-title a.collapsed:hover{
	color:#666666;
}


.accordion_5 .panel-heading .panel-title a {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	padding: 10px 0px 10px 50px;
	position: relative;
	font-size: 13px;
	color: #444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.accordion_5 .panel-default {
	border: none!important;
	margin-bottom: 5px!important;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}

.accordion_5 .panel-body{
	padding:9px 0px;
	border: none !important;
}

.accordion_5 .panel-heading .accordion_icon {
	width: 38px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #FFF;
}

.accordion_5 .accordion_icon:before {
	content: "\2212";
	margin: -7px 0 0 -7px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.accordion_5 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
}
.accordion_5 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
}
.accordion_5 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
}

.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_5 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_5 .panel-heading .panel-title a.collapsed{
	color:#444444;
}

.accordion_6 {
}

.accordion_6 .panel-heading .panel-title a,
.accordion_6 .panel-heading .panel-title a:hover {
	color: #666666;
}

.accordion_6 .panel-default {
	border: none;
	margin-bottom: 6px;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}

.accordion_6 .panel-heading .panel-title a{
	border: 1px solid #ececec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	z-index: 1;
	padding: 12px 10px;
	font-size: 13px;
	background-color: #fafafa;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.accordion_6 .panel-collapse {
	border: 1px solid #ececec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: -6px;
	position: relative;
	z-index: 0;
}

.accordion_6 .panel-heading .accordion_icon {
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: right;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin: 5px 1px 0px 0px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.accordion_6 .panel-heading .panel-title a.collapsed .accordion_icon {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
	margin: 5px 1px 0px 0px;
}
.accordion_6 .panel-body {
	border: none !important;
	padding: 9px 15px;
}
.accordion_6 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_6 .panel-heading .panel-title a.collapsed,
.accordion_6 .panel-heading .panel-title a.collapsed:hover{
	color:#666666;
}



.accordion_7 .panel-default {
	border: none !important;
	margin-bottom: 4px;
	margin-top:0 !important;
	border-radius: 0;
	-moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
}

.accordion_7 .panel-heading {
	border: 1px solid #dddddd !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    padding: 0;
	background:none;
}

.accordion_7 .panel-heading .panel-title a {
	padding: 10px 10px 10px 10px;
	background-image: none;
	position: relative;
	color: #444444;
	font-size: 14px;
	overflow: hidden;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.accordion_7 .panel-heading .panel-title a span {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0;
	width: 36px;
	height: 100%;
	display: inline-block;
	margin: 0px;
	border-left: 1px solid #e3e3e3;
	background-color: #FFF;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.accordion_7 .panel-title a .accordion_icon:before {
	content: "\2212";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	margin: -7px 0px 0px -7px;
	color: #fff;
}

.accordion_7 .panel-title a:hover .accordion_icon:before {
	content: "\2212";
	color: #fff;
}

.accordion_7 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	color: #fff;
}

.accordion_7 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
	color: #fff;
}

.accordion_7 .panel-body {
	padding: 9px 0px;
	border: none !important;
}

.accordion_7 .panel-heading .panel-title a:hover,
.accordion_7 .panel-heading .panel-title a,
.accordion_7 .panel-heading .panel-title a.collapsed:hover {
}

.accordion_7 .panel-heading .panel-title a.color_1_h:hover,
.accordion_7 .panel-heading .panel-title a.color_1_h,
.accordion_7 .panel-heading .panel-title a.color_1_h.collapsed:hover {
	color: #009b85;
}

.accordion_7 .panel-heading .panel-title a.color_2_h:hover,
.accordion_7 .panel-heading .panel-title a.color_2_h,
.accordion_7 .panel-heading .panel-title a.color_2_h.collapsed:hover {
	color: #faa732;
}

.accordion_7 .panel-heading .panel-title a.color_3_h:hover,
.accordion_7 .panel-heading .panel-title a.color_3_h,
.accordion_7 .panel-heading .panel-title a.color_3_h.collapsed:hover {
	color: #5eb95e;
}

.accordion_7 .panel-heading .panel-title a.color_4_h:hover,
.accordion_7 .panel-heading .panel-title a.color_4_h,
.accordion_7 .panel-heading .panel-title a.color_4_h.collapsed:hover {
	color: #dd514c;
}

.accordion_7 .panel-heading .panel-title a .accordion_icon.color_1_bg {
	background-color: #009b85;
}

.accordion_7 .panel-heading .panel-title a .accordion_icon.color_2_bg {
	background-color: #faa732;
}

.accordion_7 .panel-heading .panel-title a .accordion_icon.color_3_bg {
	background-color: #5eb95e;
}

.accordion_7 .panel-heading .panel-title a .accordion_icon.color_4_bg {
	background-color: #dd514c;
}
.accordion_7 .panel-heading .panel-title a.collapsed{
	color:#444444;
}




/*Custom Buttons style*/

a.Button_style1{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important ;
	text-decoration:none;
	background:	url(images/but_bg.png) repeat-x  left bottom;
	background-size:contain;
	border-radius:		    3px 3px 4px 4px;
	-moz-border-radius:		3px 3px 4px 4px;
	-webkit-border-radius:	3px 3px 4px 4px;
	-moz-box-shadow:	0 -3px rgba(0, 0, 0, 0.2) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:			0 -3px rgba(0, 0, 0, 0.2) inset;        
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
a.Button_style2{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important ;
	text-decoration:none;
	background:	url(images/but_bg.png) repeat-x  left bottom;
	background-size:contain;
	border-radius:		    3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
a.Button_style3{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important;
	text-decoration:none;
	border-radius:		    3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

a[class*="Button"].Red              	{ background-color: #df0c00 }
a[class*="Button"].Teal          		{ background-color: #20b2aa }
a[class*="Button"].Violet               { background-color: #6f0080 }
a[class*="Button"].MidnightBlue         { background-color: #191970 }
a[class*="Button"].gold               	{ background-color: #ffd700 }
a[class*="Button"].OliveDrab            { background-color: #76a732 }
a[class*="Button"].SteelBlue            { background-color: #4682b4 }
a[class*="Button"].GoldenOrange         { background-color: #f88616 }
a[class*="Button"].silver            	{ background-color: #c0c0c0 }
a[class*="Button"].dark                 { background-color: #4a4949 }


a[class*="Button"].small {
	    font-size: 12px;
		letter-spacing: 1px;
		padding: 10px 16px;
		line-height: 18px;
}
a[class*="Button"].large {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 15px 22px;
}
a[class*="Button"].jumbo {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 18px 26px;
}

a.Button_style1:hover,
a.Button_style2:hover,
a.Button_style3:hover{
	color:#FFF!important;
	background-color:#2e2e2e;
	text-decoration:none;
}
*+html a.Button_style1,
*+html a.Button_style2,
*+html a.Button_style3{
	display:inline;
}


/*Our Skills*/
.progress2 {
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	background-image:none !important;
}
.progress2 .progress-bar {
	text-align:left;
	text-indent:12px;
	background-image:none !important;
	box-shadow:none !important;
}


/*blockquote*/
.Foot_blockquote {
	background:url(images/mark_right.png) no-repeat right center;
}
.Foot_blockquote blockquote{
	text-align:center;
	padding:0px 80px;
	margin:0;
	background:url(images/mark_left.png) no-repeat left center;
}
.Foot_blockquote blockquote small{
	position: initial;
	padding:24px 0 0 0;
}


/*Theme_20_Default*/
.Theme_20_Default li{
	margin:0px 4px 4px 0px !important
}
.Theme_20_Default li img {
	border:none !important;
	width:69px !important;
	height:69px !important;

}
/*News_list*/
.News_list {
	margin:0px;
	padding:0px;
}
.News_list li{
	list-style:none;
	border-top:1px solid #3e4443;
	border-bottom:1px solid #1e2423;
	padding:15px 0px 15px 15px;
	background:url(images/arrow_3.png) no-repeat 0px 23px ;
}
.News_list li:first-child{
	border-top:none;
}
.News_list li:last-child{
	border-bottom:none;
}

/*social-icons*/
.social-icons {
	margin:0px -3px 0px;
	padding:0px;
}
.social-icons1 a {
	background-image: url("images/social-icons-sprite.png");
	background-color:#bbbbbb;
	background-repeat: no-repeat;
	border-radius: 50%;
	display:inline-block;
	height: 30px;
	position: relative;
	overflow:hidden;
	text-indent:-999px;
	transition: all 0.2s ease-out 0s;
	width:30px;
	margin:3px;
	border:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

*+html .social-icons1 a {
	text-indent:0px;
	font-size:0px;
	overflow:hidden;
	display:inline;
}
.social-icons2 a {
	display:block;}
.social-icons2 span {
	background-image: url("images/social-icons-sprite.png");
	background-repeat: no-repeat;
	border-radius: 50%;
	border:1px solid #5e6463;
	display:inline-block;
	vertical-align:middle;
	margin:6px 8px 6px 0px;
	height: 30px;
	position: relative;
	overflow:hidden;
	text-indent:-999px;
	transition: all 0.2s ease-out 0s;
	width:30px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
*+html .social-icons2 span{
	display:inherit;
	text-indent:0px;
	font-size:0px;
}


.social-icons2 li{
	list-style:none;
	background:url(images/arrow_4.png) center right no-repeat ;
	border-bottom:1px solid #3f3f3f;

}
.social-icons2 li a{
	display:block;
	color:#999999;
}
.social-icons2 a:hover {
	background: none !important;
	text-decoration:none !important;
}
.social-icons2 a:hover  span{
 }

.social-icons .social-twitter {
}
.social-icons .social-dribbble {
	background-position: -30px 0px;
}
.social-icons .social-facebook {
	background-position: -60px 0px;
}
.social-icons .social-envato {
	background-position: -90px 0px;
}
.social-icons .social-flickr {
	background-position: -120px 0px;
}
.social-icons .social-forrst {
	background-position: -150px 0px;
}
.social-icons .social-gplus {
	background-position: -180px 0px;
}
.social-icons .social-gplus2 {
	background-position: -210px 0px;
}
.social-icons .social-icloud {
	background-position: -240px 0px;
}
.social-icons .social-lastfm {
	background-position: -270px 0px;
}
.social-icons .social-linkedin {
	background-position: -300px 0px;
}
.social-icons .social-myspace {
	background-position: -330px 0px;
}
.social-icons .social-paypa {
	background-position: 0px -30px;
}
.social-icons .social-piacasa {
	background-position: -30px -30px;
}
.social-icons .social-pinterest {
	background-position: -60px -30px;
}
.social-icons .social-reedit {
	background-position: -90px -30px;
}
.social-icons .social-rss {
	background-position: -120px -30px;
}
.social-icons .social-skype {
	background-position: -150px -30px;
}
.social-icons .social-stumbleupon {
	background-position: -180px -30px;
}
.social-icons .social-tumblr {
	background-position: -210px -30px;
}
.social-icons .social-vimeo {
	background-position: -240px -30px;
}
.social-icons .social-wordpress {
	background-position: -270px -30px;
}
.social-icons .social-yahoo {
	background-position: -300px -30px;
}
.social-icons .social-youtube {
	background-position: -330px -30px;
}
.social-icons .social-blogger {
	background-position: 0px -60px;
}
.social-icons .social-deviantart {
	background-position: -30px -60px;
}
.social-icons .social-digg {
	background-position: -60px -60px;
}
.social-icons .social-foursquare {
	background-position: -90px -60px;
}
.social-icons .social-friendfeed {
	background-position: -120px -60px;
}
.social-icons .social-mail {
	background-position: -150px -60px;
}
.social-icons .social-html5 {
	background-position: -180px -60px;
}
.social-icons .social-technorati {
	background-position: -210px -60px;
}
.social-icons .social-soundcloud {
	background-position: -240px -60px;
}
.social-icons .social-quora {
	background-position: -270px -60px;
}
.social-icons .social-bebo {
	background-position: -300px -60px;
}
.social-icons .social-aim {
	background-position: -330px -60px;
}
.social-icons .social-gosquared {
	background-position: 0px -90px;
}
.social-icons .social-dropbox {
	background-position: -30px -90px;
}
.social-icons .social-github {
	background-position: -60px -90px;
}
.social-icons .social-spotify {
	background-position: -90px -90px;
}
.social-icons .social-apple {
	background-position: -120px -90px;
}
/*3D Banner*/
.Banner_Title {
	color:#FFF;
	-webkit-text-size-adjust:none; 
}
.Banner_Content{
	color:#FFF;
	-webkit-text-size-adjust:none; 
}
.Banner_Content2  {
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	-webkit-text-size-adjust:none; 
	}

.Banner_Content_List{
	color:#FFF;
	background:url(images/arrow_7.png) no-repeat left center;
	-webkit-text-size-adjust:none; 
}
.Banner_Content_List2 { 
	color:#FFF;
	background:url(images/arrow_8.png) no-repeat left center;
	background-size:contain;
	-webkit-text-size-adjust:none; 
}
.ls-borderlessdark .ls-nav-prev{
	background:url(images/Banner_arrows.png) no-repeat 9px center !important;
	width:38px;
	height:38px;
}
.ls-borderlessdark .ls-nav-next{
	background:url(images/Banner_arrows.png) no-repeat -76px center !important;
	width:38px;
	height:38px;
}
.ls-borderlessdark .ls-bottom-nav-wrapper { 
	display:none !important
}
/*----------- Page-----------------------*/

.gray_line{ 
	border-bottom:1px solid #e2e2e2;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}



/* **********  Lead  ************** */	
.Lead {
	position:relative;
}
.Lead_font {
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
}
.Lead h1 {
	color:#ffffff;
	font-size:30px;
	background:url(images/opacity_70.png);
	padding:10px 40px;
	position:absolute;
	left:0;
	bottom:10px;
	margin:0px;
	font-weight:normal;
}
.Lead p {
	color:#ffffff;
	font-size:20px;
	background:url(images/opacity_70.png);
	padding:15px 40px;
	line-height:1.2;
	position:absolute;
	left:0;
	top:0px;
	font-weight:normal;
}
/*Our Skills*/
.progress {
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}
.progress .progress-bar {
	text-align:left;
	text-indent:12px;
}
/* MEET OUR TEAM */
.our_team .team_list {
	text-align:center;
	margin-top:20px;
}
.our_team .team_title {
	padding:10px;
	color:#FFF;
	text-align:center;
	line-height:1.2;
	font-style:italic
}
.our_team .team_title span {
	font-size:18px;
	padding-right:10px;
	display:block;
	font-style:normal;
	padding-bottom:3px;
}
.our_team .team_social {
	text-align:center;
	padding:10px 0;
	background:#efefef;
}
.our_team .team_social .social-icons a {
	width:30px;
	height:30px;
	margin:2px;
	background-color:#bbbbbb;
	display:inline-block;
}
.our_team .team_social .social-icons a:hover {
	box-shadow:none;
}

/*our_team2*/
.our_team2 .team_list {
	text-align:center;
	margin-top:20px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	overflow:hidden;

}
.our_team2 .team_title {
	padding:10px;
	color:#FFF;
	text-align:center;
	line-height:1.2;
	font-style:italic;
	background:none!important;
}
.our_team2 .team_title span {
	font-size:18px;
	padding-right:10px;
	display:block;
	font-style:normal;
	padding-bottom:3px;
}
.our_team2 .team_content{
	background-color:#06bfa7;
	padding:10px 0;
}
.our_team2 .team_social {
	text-align:center;
	padding:10px 0;
}
.our_team2 .social-icons a {
	font-size:24px;
	display:inline-block;
	color:#FFF;
	ffilter:alpha(opacity=80);
	opacity:0.8;
	padding:2px;
}
.our_team2 .social-icons a:hover {
	ffilter:alpha(opacity=100);
	opacity:1;
	color:#FFF;
	background:none!important;
}
.ot2{
	color:#fff !important;
	}

/*ServicesList*/
.Services_List {
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 10px;
	text-align:center;
}
.Services_List .col-sm-3 {
	margin-bottom:20px;
}
.Services_List .col-sm-3 > div {
	background:#f8f8f8;
	display:inline-block;
}
.Services_List h3 {
	color:#444444;
	font-size:16px;
	font-weight:normal;
	padding:10px 0px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Services_List .Services_icon {
	width:82px;
	height:82px;
	font-size:30px;
	display:block;
	text-align:center;
	margin:40px auto 0px;
	line-height:82px;
	color:#FFF;
	background:#c8c8c8;
	border-radius:82px;
	-moz-border-radius:82px;
	-webkit-border-radius:82px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.Services_List .Services_icon span {
	line-height:inherit;
}
.Services_List .Services_Content {
	padding:0px 20px 40px;
}

/*What Others Say About Us ?*/
.About_info {
	position:relative;
	padding-left:100px;
	margin-top:20px;
}
.About_info .Img_box {
	position:absolute;
	top:10px;
	left:0px;
	width:88px;
	height:88px;
	line-height:88px;
	font-size:50px;
	color:#FFF;
	text-align:center;
	background:#dbdbdb;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-right:15px;
}
.About_info .Img_box span {
	line-height:inherit;
}
.About_msg {
	margin-left:-100px;
	color:#444444;
}
.About_msg span {
}
/*Why Choose Us ?*/
.Choose_List {
	margin:10px 0 0;
	padding:0px;
}
.Choose_List li {
	background:url(images/arrow_6.png) no-repeat 10px 16px;
	padding-left:37px;
	list-style:none;
	border-bottom:1px solid #e2e2e2;
	padding:9px 0px 10px 30px;
}
.Choose_List span {
	float:right;
}
/*We've Got Answers*/
.Answers_List {
	padding:0px;
	margin:0px;
}
.Answers_List li {
	list-style:none;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #e2e2e2;
}
.Answers_List li.last-item {
	padding-bottom:15px;
	margin-bottom:0px;
	border-bottom:none;
}
.Answers_List h3 {
	font-size:16px;
	color:#333333;
	font-weight:normal;
	padding-bottom:10px;
}
.Answers_List span.Answers_icon {
	width:82px;
	height:82px;
	line-height:82px;
	color:#FFF;
	text-align:center;
	display:inline-block;
	float:left;
	font-size:40px;
	margin:3px 15px 0px 0px;
	background:#c8c8c8;
	border-radius:82px;
	-moz-border-radius:82px;
	-webkit-border-radius:82px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
*+html .Answers_List span.Answers_icon {
	display:block;
	font-size:65px;
}
*+html .Answers_List h3 {
	margin-top:-20px;
}
/*tabs-top-group*/
.tabs-top-group2 .panel-default{
	border: none;
	margin-top:0 !important;
	border-radius: 0;
    box-shadow: none;
	background:none;
	border-bottom: 1px solid #ebebeb;
    margin-bottom: 1px;
}
.tabs-top-group2 .nav-tabs {
	border: none;
	background: #f7f7f7;
	padding: 5px 0px;
}
.tabs-top-group2 .nav-tabs a, .tabs-top-group2 .nav-tabs a:link, .tabs-top-group2 .nav-tabs a:active, .tabs-top-group2 .nav-tabs a:visited {
	color: #444444;
	font-size: 16px;
	border: none;
}
.tabs-top-group2 .nav-tabs a:hover {
	border: none;
	background: none;
}
.tabs-top-group2 .nav-tabs li {
	list-style: none;
}
.tabs-top-group2 .nav-tabs li.active a, .tabs-top-group2 .nav-tabs li.active a:hover {
	border: none;
	background: none;
}
.tabs-top-group2 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
}
.tabs-top-group2 .panel-heading .panel-title a{
	border: none;
	background: url(images/plus_minus2.png) no-repeat right -75px #F8F8F8;
	position: relative;
	border: none;
	padding: 10px 0px 10px 35px;
	font-size: 14px;
	color: #444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	outline:none;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.tabs-top-group2 .panel-heading:hover .panel-title a.collapsed{
	background-position: right -139px;
}
.tabs-top-group2 .panel-heading .accordion_icon {
	position: absolute;
	left: 8px;
	top: 10px;
	text-align: center;
	background: #9b9b9b !important;
	color: #FFFFFF;
	font-weight: bold;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.tabs-top-group2 .panel-heading .panel-title a {
	transition: background-color ease-in 100ms;
	-moz-transition: background-color ease-in 100ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 100ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 100ms; /* Opera */
	-ms-transition: background-color ease-in 100ms; /* IE9? */
}
.tabs-top-group2 .panel-heading .panel-title a.collapsed {
	background-position: right 15px;
}
.tabs-top-group2 .panel-heading:hover .panel-title a {
	background-image: url(images/plus_minus2.png);
	background-position: right -229px;
	color: #FFF !important;
}
.tabs-top-group2 .panel-heading:hover .accordion_icon {
	background: #FFF !important;
}
.tabs-top-group2 .panel-body {
	padding: 0px 0px 20px 40px;
	border: none;
}
.Title_pricing {
	font-size: 20px;
	color: #444;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}

/*******price*******/
 
.price-table:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.price-table {
	display:inline-block;
}
.price-table {
	display:block;
}
.price-table {
	padding:28px 0px 0 0px;
}
.price-table [class*="span"]{
	margin-bottom:15px;
}

.price-table .col {
	float:left;
	text-align:center;
	margin-bottom:10px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table.col2 .col {
	width:50%;
}
.price-table.col3 .col {
	width:33.3333%;
}
.price-table.col4 .col {
	width:25%;
}
.price-table.col5 .col {
	width:20%;
}
*+html .price-table.col2 .col {
	width:49.9%;
}
*+html .price-table.col3 .col {
	width:33.33%;
}
*+html .price-table.col4 .col {
	width:24.9%;
}
*+html .price-table.col5 .col {
	width:19.9%;
}
.price-table .col:hover {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
}
.price-table .col.best_value {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;                    /* For Latest Opera */
	margin-top:-20px;
}
.price-table .col.best_value .price_title {
	padding-top:30px;
	padding-bottom:26px;
	background:none;
	color:#FFF !important;
}
.price-table .col.best_value .price_title h2 {
	color:#FFF !important;
}
.price-table .col.best_value .price_holder {
	padding-bottom:22px;
}
.price_title {
	color:#444444;
	border:1px solid #e2e2e2;
	padding-top:15px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table .price_title h2 {
	color:#fff;
	margin:0px;
	font-weight:normal;
}
.price-table .price_title h2.h2a{
	color:#000;
	}
.price-table .col:hover .price_title {
}
.price-table .col:nth-of-type(2n+1) .price_title {
}
.price-table .col:first-child .price_holder {
	margin-left:0px;
}
.price-table .price_holder {
	border:1px solid #E4E4E4;
	margin:0 0 0 -1px;
	min-height:300px;
	padding-bottom:12px;
}
.price-table .col:hover .price_holder {
}
.price-table .price_box {
	color:#444444;
	padding:20px 0px 25px 0px;
}
.price-table .sup {
	font-size:28px;
	line-height:34px;
	vertical-align:top;
}
.price-table .price {
	font-size:48px;
	line-height:50px;
}
.price-table .price_holder ul {
	margin:0px 0px 13px 0px;
	padding:0px;
	border-bottom:1px solid #e2e2e2;
}
.price-table .price_holder ul li {
	list-style:none;
	border-top:1px solid #e2e2e2;
	padding:12px 0;
}
.price-table .btn {
	border:none;
	background:transparent;
	color:#FFF !important;
	text-shadow:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 20px;
	transition: 				 all ease-in 200ms !important;
	-moz-transition:		 all ease-in 200ms !important; /* Firefox 4 */
	-webkit-transition:  all ease-in 200ms !important; /* Safari and Chrome */
	-o-transition: 			 all ease-in 200ms !important; /* Opera */
	-ms-transition:			 all ease-in 200ms !important; /* IE9? */
}
.price-table .btn:hover{
	background-color:#525252;
}
.price-table-one > .col > .price_holder > a.btn:hover{
	background-color:#525252 !important;
	}
.price-table a.btn {
	color:#FFF;
	margin-top:10px;
	position:relative;
	font-size:15px;
}

.price-table [class*="span"]{
	margin-bottom:15px;
}

.price-table2 .price_title{
	color:#FFF;
	padding:20px 0px 50px;
	margin:0 0 0 -1px;
	border:none;
}
.price-table2 .price_title h2{
	color:#FFF;
	text-align:center;
	font-size:20px;
}

.price-table2 .price_box{
	height:53px;
	padding:35px 0 !important;
	width:123px;
	margin:-40px auto 10px;
	position:relative;
	border:5px solid #FFF; 
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#FFF;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.price-table2 .price_holder ul li{
	text-align:center;
}
.price-table2 .price_holder{
	border-top:none;
	text-align:center;
}
.price-table2 .btn {
	background:url(images/but_bg.png) repeat-x left bottom;
	padding:10px 25px;
	margin-bottom:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px !important; 
	color:#ffffff !important;
}
.price-table2 .btn:hover {
	background:url(images/but_bg.png) repeat-x left bottom #525252;
}
.price-table2 .unit{
	font-size:20px;
}
.price-table2 .best_value {
	margin-top:-20px ;
	margin-bottom:-20px ;
}
.price-table2 .best_value .price_title{
	padding:30px 0px 60px;

}
.price-table2 .best_value .price_holder .btn{
	margin:10px 0px 30px;
}

.price-table3 .price_title{
	background-color:#2c3433;
	border:none;
}
.price-table3 .price_title h2 {
	text-align:center;
	color:#FFF;
	font-size:26px;
	padding:25px 0px 6px;
}
.price-table3 .price_box{
	text-align:center;
	padding:15px 0px 30px;
}
.price-table3 .price_box .sup,
.price-table3 .price_box .price,
.price-table3 .price_box .unit{
	vertical-align:bottom;
	line-height:normal!important;
	color:#FFF;
	font-size:26px;
}
.price-table3 .price_box .price{
	font-size:50px;
	font-weight:bold;
	line-height:1!important;
	padding:0px 3px;
}
.price-table3 .price_holder{
	border:1px solid #ededed;
	margin:0px;
	padding:0px 14px;
	text-align:center;
}
.price-table3 .price_holder dt{
	border-bottom:1px solid #ededed;
	padding:25px 0;
	font-size:22px;
	color:#818181;
}
.price-table3 .price_holder dd{
	line-height:2;
	padding:20px 0px;
	margin:0;
	color:#808080;
	text-align:left;
}
.price-table3 .price_holder .btn{
	margin:auto;
	background:#2c3433;
	padding:15px 40px;
	font-size:20px;
}

.price-table3 .price_holder .btn:hover {
	background:#009b85;
}
.price-table3 .best_value .price_title,
.price-table3 .best_value .price_holder .btn{
	background:#009b85;
}
.price-table3 .color_1 .price_title,
.price-table3 .color_1 .price_holder .btn{
}
.price-table3 .color_2 .price_title,
.price-table3 .color_2 .price_holder .btn{
}

.price-table3 .color_3 .price_title,
.price-table3 .color_3 .price_holder .btn{
}

.price-table3 .color_4 .price_title,
.price-table3 .color_4 .price_holder .btn{
}

.price-table3 .color_1 .price_holder .btn:hover,
.price-table3 .color_2 .price_holder .btn:hover,
.price-table3 .color_3 .price_holder .btn:hover,
.price-table3 .color_4 .price_holder .btn:hover{
	background:#2c3433;
}


.price-table4 .price_title{
	border:none;
	text-align:center;
	padding:25px 0px;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	border:none;
	margin:0 ;
}
.price-table4  .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0 ; 
	-moz-border-radius:		3px 3px 0 0 ;
	-webkit-border-radius:	3px 3px 0 0 ;
	overflow:hidden;
	max-width:800px;
}

.price-table4 .price_title h2{
	font-size:26px;
	color:#FFF;
	margin-bottom:3px;
	font-style:normal;
}
.price-table4 .price_holder{
	text-align:center;
	border:none;
	margin:0px;
	padding-bottom:30px;
}
.price-table4 .price_box {
	background:url(images/price-table4_bg.png) no-repeat bottom center;
	color:#FFF;
	position:relative;
	padding:25px 0px 30px;
	margin:0 0 20px;
}
.price-table4 .price_box .sup {
	font-size:22px;
}
.price-table4 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table4 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table4 .price_holder ul{
	border-bottom:1px solid #f2f2f2;
	margin-bottom:20px;
}
.price-table4 .price_holder ul li{
	border-top:1px solid #f2f2f2;
	color:#b3b3b3;
}
.price-table4 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table4 a.btn{
	padding:10px 24px;
	font-size:14px;
	background:url(images/opacity_20_0.png) repeat-x left bottom;
	background-size:auto 3px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.price-table4 .color_1 .price_title{background-image:url(images/price_title.png);}
.price-table4 .color_1 .price_box{}
.price-table4 .color_2 .price_title{background-image:url(images/price_title.png);}
.price-table4 .color_2 .price_box{}
.price-table4 .color_3 .price_title{background-image:url(images/price_title.png);}
.price-table4 .color_3 .price_box{}
.price-table4 .color_4 .price_title{background-image:url(images/price_title.png);}
.price-table4 .color_4 .price_box{}

.price-table5 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table5 .price_title {
	background-color:#f9f9f9;
	border:none;
	text-align:center;
	padding:30px 0;
}
.price-table5 .price_title h2{
	font-size:26px;
	color:#a6a6a6;
	font-weight:bold;
}
.price-table5 .price_holder {
	border:none;
	margin:0;
	padding:0;
	text-align:center;
}
.price-table5 .price_box {
	text-align:center;
	color:#2c3433;
}

.price-table5 .price_box .sup,
.price-table5 .price_box .price,
.price-table5 .price_box .unit{
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.price-table5 .price_box .sup {
	font-size:22px;
}
.price-table5 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table5 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table5 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table5 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table5 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table5 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
}
.price-table5 .price_holder a.btn:hover{
	background-color:#009b85;
}

.price-table5 .best_value .price_box{
	color:#009b85;
}
.price-table5 .best_value .price_holder a.btn{
	background-color:#009b85;
}

.price-table5 .price_border:hover .price_box{
	color:#009b85;
}
.price-table5 .price_border:hover .price_holder a.btn{
	background-color:#009b85;
}

.price-table6 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table6 .price_title{
	border:none;
	font-size:26px;
	text-align:center;
}
.price-table6 .price_title h2{
	color:#a6a6a6;
}
.price-table6 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:0;
}
.price-table6 .price_box{
	border:5px solid #000;
	width:118px;
	height:118px;
	margin:auto auto 15px;
	padding:0;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.price-table6 .price_box .sup {
	padding-top:20px;
	display:inline-block;
	font-size:22px;
}
.price-table6 .price_box .price{
	padding-top:20px;
	display:inline-block;
	font-size:53px;
}
*+html .price-table6 .price_box .sup ,
*+html .price-table6 .price_box .price{
	display:inline;
}
.price-table6 .price_box .unit{
	display:block;
	font-size:15px;
}
.price-table6 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table6 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table6 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table6 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
	font-weight:bold;
	font-size:14px;
}

.price-table6 .color_1 .price_box{
	border-width:5px;
	border-style:solid;
}
.price-table6 .color_1 .price_holder a.btn{
}
.price-table6 .color_1 .price_holder a.btn:hover{
	background-color:#000;
	}
.price-table6 .color_2 .price_box{
	border-width:5px;
	border-style:solid;
}
.price-table6 .color_2 .price_holder a.btn{
}
.price-table6 .color_2 .price_holder a.btn:hover{
	background-color:#000;
	}
.price-table6 .color_3 .price_box{
	border-width:5px;
	border-style:solid;
}
.price-table6 .color_3 .price_holder a.btn{
}
.price-table6 .color_3 .price_holder a.btn:hover{
	background-color:#000;
	}
.price-table6 .color_4 .price_box{
	border-width:5px;
	border-style:solid;
}
.price-table6 .color_4 .price_holder a.btn{
}
.price-table6 .color_4 .price_holder a.btn:hover{
	background-color:#000;
	}
 @media only screen and (min-width: 768px) and (max-width: 979px) {
.price-table1 [class*="span"],
.price-table2 [class*="span"],
.price-table3 [class*="span"],
.price-table4 [class*="span"],
.price-table5 [class*="span"],
.price-table6 [class*="span"]{
		width:48%;
		margin:0 1% 8px!important;
	}

 }
 @media only screen and (max-width: 767px) {
	/*price*/	
	.price-table.col2 .col, 
	.price-table.col3 .col, 
	.price-table.col4 .col, 
	.price-table.col5 .col {
		width:50%;
	}
	.price-table .col.best_value {
		margin-top:0px;
	}
	.price-table .col.best_value .price_title {
		padding-top:15px;
		padding-bottom:11px;
	}
	.price-table .col.best_value .price_holder {
		padding-bottom:12px;
	}
	.price_content {
		margin-bottom:20px;
	}
	.price-table .best_value{
		margin-top:0px !important;
		margin-bottom:15px !important;
	}
 }

/* Form   Theme_Responsive_Default */

.Theme_Responsive_Default .form_input {
	padding-right:25px !important;
	position:relative;
}
.Theme_Responsive_Default .form_input input, .Theme_Responsive_Default .form_input textarea {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.Theme_Responsive_Default .form_input textarea {
}
.Theme_Responsive_Default .form_input .form_required {
	padding:0px !important;
	position:absolute;
	top:10px;
	right:0px;
}
.Theme_Responsive_Default .form_label {
	color:#888888;
	font-size:14px;
}
.Theme_Responsive_Default .btn {
	background:none;
	padding:5px 20px;
	margin:0 0 10px;
	color:#FFF !important;
	text-shadow:none !important;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.Theme_Responsive_Default .btn:hover {
	background:#525252;
}
/*Contact_Info*/
.ContactInfo_list {
	margin:0px;
	padding:0px;
}
.ContactInfo_list li {
	border-bottom:1px solid #e2e2e2;
	padding:10px 0px 10px 0px;
	margin:0px;
	list-style:none;
	position:relative;
	color:#888888;
	font-size:14px;
}
.ContactInfo_list li span {
	margin-right:10px;
}


/*gmap*/
#gmap img {
	max-width:none;
}
#gmap {
	width:100%;
	height:300px;
}
/*404 ERROR*/
.ErrorPage_Box {
	text-align:center;
}
.ErrorPage_Box h1 {
	text-align:center;
	color:#888888;
	font-size:60px;
	font-weight:normal;
	padding:50px 0px 20px;
	line-height:1.1;
}
.ErrorPage_Box p {
	color:#888888;
	font-size:16px;
	text-align:center;
	padding:20px 0px 10px 0px;
}
.ErrorPage_Box ul {
	display:inline-block;
	margin:auto;
	padding:0px 0px 20px 0px;
}
*+html .ErrorPage_Box ul {
	display:inline;
}
.ErrorPage_Box ul li {
	text-align:left;
	list-style:none;
	color:#888888;
	font-size:16px;
	padding:5px 0px;
}
.ErrorPage_Box .Refresh:before {
	display:none !important;
}
.ErrorPage_Box .ErrorPage_but a.Refresh span {
	width:30px;
	height:20px;
	background:url(images/But_icon.png) no-repeat 0px 0px;
	display:inline-block;
	vertical-align:middle;
}
.ErrorPage_Box .ErrorPage_but {
	padding:20px 0px 50px;
}
.ErrorPage_Box .ErrorPage_but a.GoHome span {
	width:30px;
	height:20px;
	background:url(images/But_icon.png) no-repeat -70px 0px;
	display:inline-block;
	vertical-align:middle;
}
.ErrorPage_Box .ErrorPage_but a:Hover {
	text-decoration:none;
}

/* ********** Form Style ************** */

.Theme_Normal_Bottom textarea, .Theme_Normal_Bottom input[type="text"], .Theme_Normal_Bottom input[type="password"], .Theme_Normal_Bottom input[type="datetime"], .Theme_Normal_Bottom input[type="datetime-local"], .Theme_Normal_Bottom input[type="date"], .Theme_Normal_Bottom input[type="month"], .Theme_Normal_Bottom input[type="time"], .Theme_Normal_Bottom input[type="week"], .Theme_Normal_Bottom input[type="number"], .Theme_Normal_Bottom input[type="email"], .Theme_Normal_Bottom input[type="url"], .Theme_Normal_Bottom input[type="search"], .Theme_Normal_Bottom input[type="tel"], .Theme_Normal_Bottom input[type="color"], .uneditable-input {
	background:#1b2120!important;
	border-top:1px solid #0f1312!important;
	border-left:1px solid #0f1312!important;
	border-bottom:1px solid #3d4443!important;
	border-right:1px solid #161a1a!important;
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.4) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.4) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0px 2px 2px rgba(0,0,0,0.4) inset;                    /* For Latest Opera */
	color:#5b5b5b !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:7px 3px !important;
	width:96% !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
#dnn_wrapper .Footer_Contentbg  .Theme_Normal_Bottom .form_submit {
	text-align:right !important;
	width:96% !important;
}
#dnn_wrapper .Footer_Contentbg .Theme_Normal_Bottom textarea{
	min-height:120px !important;}
	
#dnn_wrapper .Footer_Contentbg .Theme_Normal_Bottom .btn {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
#dnn_wrapper .Footer_Contentbg .Theme_Normal_Bottom .btn:hover {
	color:#FFF !important; 
}

.RightPaneProfile .console-none h3{
	background-image:url(images/arrow_9.png) !important;}

.submit_ticket a {
	color:#fff !important;
	text-decoration:none;
}
 

/*submit_ticket */
.submit_ticket {
	background:#F7F7F7;
	padding:25px 15px;
	}
.submit_ticket .ticket_bg a {
    font-size: 20px;
    padding: 6px 37px 6px 68px;
    transition: background-color 200ms ease-in 0s;
    white-space: nowrap;
}
.submit_ticket h3 {
	font-weight:normal;
}
.submit_ticket .ticket_bg {
	text-align:center;
	margin-top:20px;
}

.responsive {
	width:100%;
	position:relative;
	text-align:center;
	padding-top:20px;
	margin-bottom:20px;
}
.Notebook {
	width:100%;
}
.iPad {
	bottom:0px;
	left:0px;
	height:80%;
	position:absolute;
	text-align:left;
	width:100%;
}
.iPhone {
	bottom:0px;
	left:20%;
	height:65%;
	max-width:100%;
	position:absolute;
	text-align:left;
}
.responsive .iPad img,
.responsive .iPhone img{
	max-height:100%!important;
}
/*About_list*/
.About_list {
	margin:0;
	padding:0;
}
.About_list li{
	list-style:none;
	padding:4px 0;
}
.About_list li span {
	margin-right:5px;
}
/*Our Skills*/
.progress {
	height:14px;
	line-height:14px;
	margin-bottom:8px;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.progress .progress-bar {
	text-align:left;
	text-indent:12px;
}
.progress_font {
	clear:both;
	overflow:hidden;
	margin-bottom:2px;
}
.progress_font span{
	float:right;
}

	
/*function list*/
.functionList {
	margin-bottom: 5px;
	text-align: center;
	overflow:hidden;
	clear:both;
}
.functionList .functionBox .functiontitle {
	font-size: 18px;
	color: #666666;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 0px 0px;
	margin: 0px;
}
.functionList .functionBox .functionMain {
	padding: 5px 0px 3px 0px;
	vertical-align: top;
	clear: both;
}
.functionList .functionBox .functionIcon {
	height:61px;
	width:61px;
	line-height: 61px;
	font-size: 36px;
	margin: auto;
	text-align: center;
	position: relative;
}
.functionList .functionBox:hover .functionIcon {
}
.functionList .functionBox .functionIcon span {
	line-height: inherit;
}
.functionList .functionIcon .glyphicons{
	height:61px;
	width:61px;
	line-height:61px!important;
	color: #FFF !important;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
}

.functionList2 {
	margin-bottom: 5px;
	text-align: center;
	overflow:hidden;
	clear:both;
}
.functionList2 .functionBox .functiontitle {
	font-size: 18px;
	color: #666666;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 0px 0px;
	margin: 0px;
}
.functionList2 .functionBox .functionMain {
	padding: 5px 0px 3px 0px;
	vertical-align: top;
	clear: both;
}
.functionList2 .functionBox .functionIcon {
	height:78px;
	width:78px;
	line-height: 78px;
	font-size: 36px;
	margin: auto;
	text-align: center;
	position: relative;
}
.functionList2 .functionBox:hover .functionIcon {
}
.functionList2 .functionBox .functionIcon span {
	line-height: inherit;
}
.functionList2 .functionIcon .glyphicons{
	height:78px;
	width:78px;
	line-height:78px!important;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.functionList3 {
	margin-bottom: 5px;
	text-align: center;
	overflow:hidden;
	clear:both;
}
.functionList3 .functionBox .functiontitle {
	font-size: 18px;
	color: #666666;
	vertical-align: middle;
	font-weight: normal;
	padding:0px;
	margin: 0px;
}
.functionList3 .functionBox .functionMain {
	padding: 5px 10px 15px 10px;
	vertical-align: top;
	clear: both;
}
.functionList3 .functionBox .functionIcon {
	height:78px;
	width:78px;
	line-height: 78px;
	font-size: 36px;
	margin: auto;
	text-align: center;
	position: relative;
	padding:15px 0; 
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.functionList3 .functionBox:hover .functionIcon {
}
.functionList3 .functionBox .functionIcon span {
	line-height: inherit;
}
.functionList3 .functionIcon .glyphicons{
	height:78px;
	width:78px;
	line-height:78px!important;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#FFF;
}
.functionList3 .functionBox {
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	margin-bottom:8px;
}


.functionList3 .functionBox:hover,
.functionList3 .functionBox:hover .functiontitle,
.functionList3 .functionBox:hover a,
.functionList3 .functionBox:hover a:link,
.functionList3 .functionBox:hover a:active,
.functionList3 .functionBox:hover a:visited			  { color:#FFFFFF!important;}
.functionList3 .functionBox:hover .functionIcon span  { background:#FFF; }
 
 
.functionList4 {
	margin-bottom: 5px;
	overflow:hidden;
	clear:both;
	margin:0;
	padding:0;
}
.functionList4 .functiontitle {
	font-size: 18px;
	color: #666666;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 0px 5px;
	margin: 0px;
}
.functionList4 .functiontitle span{
	height:40px;
	width:40px;
	line-height:40px!important;
	text-align:center;
	margin-right:10px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#FFF;
}
.functionList4 .functionMain {
	padding: 5px 0px 10px 0px;
	vertical-align: top;
	clear: both;
}

 
.functionList5 {
	margin-bottom: 5px;
	overflow:hidden;
	clear:both;
}
.functionList5 .functiontitle {
	font-size: 18px;
	color: #444444;
	vertical-align: middle;
	font-weight: normal;
	padding: 20px 0px 5px;
	margin: 0px;
	position:relative;
	padding-left:115px;
	min-height:75px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.functionList5 .functiontitle span{
	margin-right:10px;
	display:block;
	color:#888888;
	font-size:12px;
}
.functionList5 .functiontitle span.glyphicons{
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#d5d5d5;
	color:#FFF;
	font-size:45px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

.functionList5 .functionMain {
	padding: 5px 0px 10px 0px;
	vertical-align: top;
	clear: both;
	font-size:13px;
}
.functionList5 .functionBox:hover .functiontitle span.glyphicons{
}
 
.functionList6 {
	margin:0 0 8px;
	padding:0;
	clear:both;
	overflow:hidden;
}

.functionList6 li {
	margin:0px;
	padding:0px;
	width:25%;
	float:left;
	list-style:none;
	text-align:center;
	color:#FFF;
	padding:15px 0 22px 0;
	font-size:16px;
	background-image:url(images/opacity_20_0.png) ;
	background-position:bottom left;
	background-repeat:repeat-x;
	background-size:auto 3px;
} 
.functionList6 li span {
	display:block;
	font-size:90px;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	margin:0 auto 8px;
	color:#555;
	filter:alpha(opacity=40);
	opacity:0.4;
	text-shadow: -1px -1px 2px #000000, 1px 1px 1px #FFFFFF;	
	
} 
.functionList6 li  .glyphicons:empty, 
.functionList6 li  .social:empty{
	width:100%;
}
.functionList6 a,
.functionList6 a:link,
.functionList6 a:active,
.functionList6 a:visited {
text-decoration:none 
}
.functionList6 a:hover {
text-decoration: none
}


/*MessageBox*/
.MessageBox h3{
	font-size:22px;
	color:#444444;
	margin-bottom:15px;
	line-height:1.2;
}
.MessageBox .Message_right{ 
	padding-top:40px;
	text-align:center;
}


/*horizontalTab_Top_2*/
.horizontalTab_Top_2 ul.resp-tabs-list li{
	padding-top:1px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active{
	padding-top:0px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
}

.link_list_2 {
	margin:0;
	padding:0 0 8px;
	clear:both;
	overflow:hidden;
}
.link_list_2 li {
	width:50%;
	float:left;
	margin:0px;
	padding:2px 0px 3px ;
	list-style:none; 
}
.link_list_2 li span {
	width:7px;
	height:7px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 3px 0;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;

}
*+html .link_list_2 li span {
	display:inline;
}

/*chart*/
.chart_list {
	text-align:center;
}
.chart_list .percentage {
	position:relative;
	margin:auto auto 8px;
	width:140px;
	height:140px;
	line-height:140px;
	color:#009b85;
}
.chart_list .percentage .percentage_inner {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	font-size:28px;
}


.chart_list2 {
	text-align:center;
}
.chart_list2 .percentage2 {
	position:relative;
	margin:auto auto 8px;
	width:140px;
	height:140px;
	line-height:140px;
	color:#009b85;
}
.chart_list2 .percentage2 .percentage_inner {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	font-size:28px;
	background:url(images/percentage_bg.png) no-repeat center center;
	background-size:contain;
	padding:1px;
	margin:-1px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/*number_Animation*/
.number_Animation {
	text-align:center;
	color:#009b85;
}
.number_Animation .glyphicons {
	font-size:90px;
}
.number_Animation .number {
	display:block;
	text-align:center;
	font-size:48px;
}

/*Testimonials*/
.Testimonials_tab {
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
	min-height:20px;
	transition: 		height ease-in 200ms;
	-moz-transition: 	height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		height ease-in 200ms; /* Opera */
	-ms-transition: 	height ease-in 200ms; /* IE9? */
}
.Testimonials_tab li {
	position:absolute;
	left:0px;
	top:0px;
	display:none ;
	width:100%;
	list-style:none;
}

.Testimonials_tab .last_page,
.Testimonials_tab .next_page{
	position:absolute;
	top:0px;
	right:0px;
	height:28px;
	line-height:28px;
	width:28px;
	background-color:#f2f2f2;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	color:#797979;
	font-family:Helvetica;
	top:auto;
	bottom:14px;
	left:auto;
	right:0;	
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.Testimonials_tab .last_page{
	right:32px;
}
.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover{
	background-color:#009b85;
	color:#FFF;
	text-decoration:none;
}
.Testimonials_tab .dot{
	position:absolute;
	bottom:0;
}
.Testimonials_tab .dot a{
	display:inline-block;
	width:6px;
	height:6px;
	border:2px solid #606060;
	margin:0 3px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	font-size:0;
	text-indent:-999px;
	vertical-align:middle
}
*+html .Testimonials_tab .dot a{
	display:inline;
}
.Testimonials_tab .dot a.actived {
	background:#606060;
	width:10px;
	height:10px;
}

.Testimonials_1 .dot{
	right:60px;
	bottom:16px;
}
.Testimonials_1 .dot a{
border:1px solid #f2f2f2;
width:20px;
height:20px;
}
.Testimonials_1 .dot a.actived{
width:20px;
height:20px;
border:1px solid #f2f2f2;
background:#f2f2f2;
}

.Testimonials_1 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_1 blockquote p{
	background-color:#fafafa;
	border:1px solid #ececec;
	padding:20px;
	font-size:13px;
	color:#808080;
	font-style:normal;
	text-indent:0;
}
.Testimonials_1 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_1 small:before{
	content:" ";
	position:absolute;
	top:-7px;
	left:55px;
	width:10px;
	height:10px;
	background-color:#fafafa;
	border-left:1px solid #ececec;
	border-bottom:1px solid #ececec;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.Testimonials_1 small img{
	width:50px;
	height:50px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_1 small span {
	display:block;
	font-size:15px;
	color:#009b85;
	font-weight:bold;
	margin-top:4px;
}




.Testimonials_2 .last_page,
.Testimonials_2 .next_page{
	top:auto;
	bottom:0;
	left:50%;
}
.Testimonials_2 .last_page{
	right:32px;
	margin:0 0 0 -30px;
}
.Testimonials_2 .dot{
	right:0;
	bottom:3px;
	width:100%;
	text-align:center;
}
.Testimonials_2 .dot a{
border:1px solid #f2f2f2;
width:20px;
height:20px;
}
.Testimonials_2 .dot a.actived{
width:20px;
height:20px;
border:1px solid #f2f2f2;
background:#f2f2f2;
}


.Testimonials_2 blockquote{
	background:none;
	padding:0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_2 blockquote p{
	padding:0px;
	text-align:center;
	font-size:13px;
	color:#808080;
	font-style:normal;
}
.Testimonials_2 .Pic{
	width:70px;
	height:70px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	vertical-align:middle;
	display:block;
	margin:0px auto 10px;
	overflow:hidden;
	text-align:center;
	text-indent:0;
}
.Testimonials_2 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:15px 0 40px;
	width:100%;
	text-align:center;
}
.Testimonials_2 small:before{
	content:" ";}
.Testimonials_2 small span {
	display:block;
	font-size:15px;
	color:#009b85;
	font-weight:bold;
	margin-top:4px;
}

.Testimonials_3 blockquote{
	background:none;
	padding-bottom:0px;
	position:relative;
}

.Testimonials_3 .last_page{
	left:180px;
	bottom:60px;
}
 
.Testimonials_3 .next_page{
	left:210px;
	bottom:60px;
}

.Testimonials_3{ 
	position:relative;
}
.Testimonials_3 .Pic {
	width:160px;
	height:160px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.Testimonials_3 li{
	padding-left:180px;
	min-height:160px;
	width:auto;
}

.Testimonials_3 blockquote span.mark{
	font-size:103px;
	position:absolute;
	top:-5px;
	left:10px;
	color:#555;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif!important;
	font-style:italic!important;
	text-indent:0!important;
	text-align:left;
	width:100px;
}
*+html .Testimonials_3 blockquote span.mark{
	text-indent:-55px!important;
}


.Testimonials_3 small:before{
	content:" ";}
	
.Testimonials_3 small span {
	display:block;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	margin-top:4px;
	font-style:normal;
	margin-bottom:3px;
}
.Testimonials_3 small{
	position:static;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:25px 0 40px;
	float:right;
}
.Testimonials_3 .dot {
	left:180px;
	bottom:40px;

}

.Testimonials_4 {
	margin:0;
	padding:0;
}
.Testimonials_4 li {
	list-style:none;
}
.Testimonials_5 .dot{
	right:0px;
}

.Testimonials_4 blockquote{
	background:none;
	padding:0px;
	margin:0px 0px 15px;
}
.Testimonials_4 blockquote p{
 	border-bottom:7px solid #f0f0f0;
	padding:0px 0px 20px;
	font-size:13px;
	line-height:2;
	color:#808080;
	font-style:normal;
	text-indent:0;
	
}
.Testimonials_4 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 0px;
}
.Testimonials_4 small:before{
	content:" ";
	position:absolute;
	top:0px;
	left:30px;
	width:0px;
	height:0px;
	border:7px solid  transparent;
	border-top:10px solid #f0f0f0;

}

.Testimonials_4 small img{
	width:60px;
	height:60px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_4 small span {
	display:block;
	font-size:15px;
	color:#009b85;
	font-weight:bold;
	margin:6px 0px 5px;
}

.Testimonials_5 blockquote{
	background:none;
	padding:0px;
	margin:0px 0px 15px;
	text-indent:0;
}
.Testimonials_5 blockquote p{
	padding:0px;
	font-size:13px;
	color:#808080;
	font-style:normal;
	text-indent:0;
	padding:20px;
	background-color:#009b85;
	color:#FFF;
}
.Testimonials_5 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:20px 0 0 0px;
}
.Testimonials_5 small:before{
	content:" ";
	position:absolute;
	top:0px;
	left:30px;
	width:0px;
	height:0px;
	border:7px solid  transparent;
	border-top:10px solid #009b85;
}
.Testimonials_5 small span {
	display:block;
	font-size:15px;
	color:#009b85;
	font-weight:bold;
	margin:6px 0px 5px;
}

.Testimonials_5 .last_page,
.Testimonials_5 .next_page{
	top:auto;
	bottom:5px;
	width:29px;
	height:27px;
	background-color:#959998;
	text-indent:-999px;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	overflow:hidden;
}

.Testimonials_5 .last_page:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0px!important;
	height:0px!important;
	border:6px solid  transparent;
	border-right:6px solid #FFF;
	margin:-6px 0px 0px -9px;

}
.Testimonials_5 .next_page:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0px!important;
	height:0px!important;
	border:6px solid  transparent;
	border-left:6px solid #FFF;
	margin:-6px 0px 0px -3px;

}

/*******Pricing Option *******/
.price_List .price_content {
	padding-left:100px;
	position:relative;
}
.price_List .sup {
	position:absolute;
	top:20px;
	left:0px;
	font-size:25px;
	color:#959595;
}
.price_List .price {
	position:absolute;
	top:5px;
	left:15px;
	font-size:50px;
	color:#444444;
}

/*loaded_list*/
.loaded_list .progress-bar{
	position:relative;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	background:none;
	background-color:#009b85;
}
.loaded_list2 .progress-bar{
	position:relative;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	background-color:#009b85;
	}
.loaded_list .progress, 
.loaded_list2 .progress{
	overflow:visible;
	height:15px;
	line-height:15px;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
}
.loaded_list .progress-bar span, 
.loaded_list2 .progress-bar span {
	position:absolute;
	right:0px;
	bottom:100%;
	background:#2c3433;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	padding:2px 5px!important;
	line-height:normal!important;
	font-size:12px!important;
	text-indent:0;
	margin-bottom:8px;
	display:none;
}
.loaded_list .progress-bar span:before, 
.loaded_list2 .progress-bar span:before{
    border:5px solid transparent;
    border-top:5px solid #2c3433;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0!important;
	margin-left:-5px;
}

/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	padding-bottom:15px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	margin-right:10px;
	border:1px solid #ebebeb;
	border-bottom:none;
	padding-top:1px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	padding-top:0px;
	border-top:2px solid #009b85;
}
.horizontalTab_Top_2 {
	padding-bottom:15px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li {
	margin-right:5px;
	border:1px solid #ececec;
	border-bottom:none;
	background-color:#f3f3f3;
}

.horizontalTab_Top_2 ul.resp-tabs-list li span{
	padding:10px 12px ;
	font-size:14px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li em,
.horizontalTab_Top_2 ul.resp-tabs-list li i,
.horizontalTab_Top_2 h2.resp-accordion span em,
.horizontalTab_Top_2 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span{
	background-color:#009b85;
	color:#FFF!important;
}

.horizontalTab_Top_3 {
	padding-bottom:15px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li ,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover{
	margin:0 10px 5px 0;
	border:1px solid #009b85;
	padding-top:1px;
	background-color:#009b85;
}
.horizontalTab_Top_3 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
	color:#FFF;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active,
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover{
	padding-top:0px;
	border:1px solid #ebebeb;
	border-top:2px solid #009b85;
}
.horizontalTab_Top_3 ul.resp-tabs-list li:hover  span{
	color:#FFF;
}


.verticalTab_Left_1 {
	padding-bottom:15px;
}
.verticalTab_Left_1 .resp-tab-content{
	border:none;
}
.verticalTab_Left_1 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	color:#009b85!important;
	background:none!important;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	border-right:none;
	background:#FFF!important;
	padding-left:1px;
	margin-bottom:12px;
}
.verticalTab_Left_1 ul.resp-tabs-list {
	border-top:1px solid #ebebeb;
	padding:0px;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active{
	margin-right:-1px;
	border-left:2px solid #009b85;
	padding-left:0px;
}

.verticalTab_Left_2 {
	padding-bottom:15px;
}
.verticalTab_Left_2 .resp-tab-content{
	border:none;
}
.verticalTab_Left_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#009b85!important;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#f3f3f3!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
}
.verticalTab_Left_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_2 ul.resp-tabs-list li em,
.verticalTab_Left_2 ul.resp-tabs-list li i,
.verticalTab_Left_2 h2.resp-accordion span em,
.verticalTab_Left_2 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Left_3 {
	padding-bottom:15px;
}
.verticalTab_Left_3 .resp-tab-content{
	border:none;
}
.verticalTab_Left_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	color:#009b85;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_3 ul.resp-tabs-list li{
	border:1px solid #009b85;
	background:#009b85!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	border-top:2px solid #009b85!important;
	padding-top:px;
}
.verticalTab_Left_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_3 ul.resp-tabs-list li em,
.verticalTab_Left_3 ul.resp-tabs-list li i,
.verticalTab_Left_3 h2.resp-accordion span em,
.verticalTab_Left_3 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Right_1 {
	padding-bottom:15px;
}
.verticalTab_Right_1 .resp-tab-content{
	border:none;
}
.verticalTab_Right_1 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	padding:10px 15px!important;
	color:#009b85!important;
	background:none!important;
}
.verticalTab_Right_1 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	border-left:none;
	background:#FFF!important;
	margin-bottom:12px;
	
}
.verticalTab_Right_1 ul.resp-tabs-list {
	border-top:1px solid #ebebeb;
	padding:0px;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active{
	margin-left:-1px;
	padding-left:1px;
	border-right:2px solid #009b85;
}
 
.verticalTab_Right_2 {
	padding-bottom:15px;
}
.verticalTab_Right_2 .resp-tab-content{
	border:none;
}
.verticalTab_Right_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#009b85!important;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#f3f3f3!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
}
.verticalTab_Right_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_2 ul.resp-tabs-list li em,
.verticalTab_Right_2 ul.resp-tabs-list li i,
.verticalTab_Right_2 h2.resp-accordion span em,
.verticalTab_Right_2 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Right_3 {
	padding-bottom:15px;
}
.verticalTab_Right_3 .resp-tab-content{
	border:none;
}
.verticalTab_Right_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	color:#009b85;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li{
	border:1px solid #009b85;
	background:#009b85!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	border-top:2px solid #009b85!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_3 ul.resp-tabs-list li em,
.verticalTab_Right_3 ul.resp-tabs-list li i,
.verticalTab_Right_3 h2.resp-accordion span em,
.verticalTab_Right_3 h2.resp-accordion span i{
	padding-right:5px;
}

.horizontalTab_Top{
	padding-bottom:15px;
	}


 @media only screen and (max-width: 767px) {
	.verticalTab_Left_1 .resp_container .resp_margin,
	.verticalTab_Left_2 .resp_container .resp_margin,
	.verticalTab_Left_3 .resp_container .resp_margin,
	.verticalTab_Right_1 .resp_container .resp_margin,
	.verticalTab_Right_2 .resp_container .resp_margin,
	.verticalTab_Right_3 .resp_container .resp_margin{
		border-bottom:none;
	}
}

/*quotes*/
.quotes_1 blockquote{
	background:#fbfbfb;
	border:1px solid #ebebeb;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	color:#8f8f8f;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_1 blockquote p{
	text-indent:0px;
	color:#8f8f8f;
}
.quotes_1 blockquote small{
	position:static;
	color:#5e5e5e;
	padding:20px 0 0;
}
.quotes_1 blockquote span.mark{
	font-size:20px;
	position:absolute;
	top:25px;
	left:20px;
	line-height:normal;
	font-family:Tahoma, Geneva, sans-serif!important;
	font-style:italic!important;
}
*+html .quotes_1 blockquote span.mark{
	text-indent:-15px!important;
}


.quotes_2 blockquote{
	background:#FFF;
	border:1px solid #ebebeb;
	border-left:5px solid #009b85;
	color:#8f8f8f;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_2 blockquote p{
	text-indent:50px;
	position:relative;
	z-index:1;
	color:#8f8f8f;
}
.quotes_2 blockquote small{
	position:static;
	color:#5e5e5e;
	padding:20px 0 0;
	text-align:right;
}
.quotes_2 blockquote span.mark{
	font-size:120px;
	position:absolute;
	top:-15px;
	left:10px;
	color:#d2d2d2;
	line-height:normal;
	z-index:0;
	font-family:Tahoma, Geneva, sans-serif!important;
	font-style:italic!important;
	text-indent:0px!important;
}
*+html .quotes_2 blockquote span.mark{
	text-indent:-75px!important;
	top:-5px;
}

.quotes_3 blockquote{
	background:#009b85;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
 	color:#FFF;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_3 blockquote p{
	text-indent:30px;
	color:#FFF;
}
.quotes_3 blockquote small{
	position:static;
	color:#FFF;
	padding:20px 0 0;
	text-align:right;
}
.quotes_3 blockquote span.mark{
	font-size:84px;
	position:absolute;
	top:8px;
	left:25px;
	color:#FFF;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif!important;
}
*+html .quotes_3 blockquote span.mark{
	text-indent:-55px!important;
	top:10px;
}

.quotes_4 blockquote{
	background:#FFF;
 	color:#8f8f8f;
	text-indent:0px;
	padding:25px 00px;
	margin:0 0 8px;
}
.quotes_4 blockquote p{
	text-indent:45px;
	color:#8f8f8f;
}
.quotes_4 blockquote small{
	position:static;
	color:#009b85;
	padding:20px 0 0;
}
.quotes_4 blockquote span.mark{
	font-size:103px;
	position:absolute;
	top:-2px;
	left:-10px;
	color:#d2d2d2;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-style:italic!important;
}
*+html .quotes_4 blockquote span.mark{
	text-indent:-55px!important;
	top:0px;
}
/*dropcaps*/
.dropcaps_1 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#666666;
}
.dropcaps_2 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#009b85;
}
.dropcaps_3 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#666666;
	background:#f2f2f2;
}
.dropcaps_4 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#009b85;
	background:#f2f2f2;
}
.dropcaps_5 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#009b85;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.dropcaps_6 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#009b85;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}
/*list*/
.list_style {
	margin:0px;
	padding:0px;
}
.list_style li {
	list-style:none;
	padding:3px 0px;
}
.list_style li .glyphicons,
.list_style li .social{
	margin-right:5px;
}

.filter_block #filters li.selected a,.filter_block #filters li.selected a:hover{
	color:#FFF!important;
}

/*gray_line*/
.gray_line{ 
	border-bottom:1px solid #e2e2e2;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.gray_line2{ 
	border-bottom:1px solid #f0f0f0;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}

.dividers_1{
	border:none;
	border-bottom:1px solid #ebebeb;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin:5px 0;
}
.dividers_2{
	border:none;
	border-bottom:1px dashed #d7d7d7;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin:5px 0;
}
.dividers_3{
	border:none;
	border-bottom:3px  double #ebebeb;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin:5px 0;
}
.dividers_4{
	border:none;
	border-bottom:2px solid #009b85;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin:5px 0;
}
.dividers_5{
	border:none;
	border-top:1px dotted #cdcdcd;
	border-bottom:1px dotted #cdcdcd;
	height:2px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin:5px 0;
}
.dividers_6{
	border:none;
	height:1px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	background:#ebebeb;
	background: -ms-linear-gradient(#ebebeb , #ebebeb 30%, #FFF 77%); 
    background: -o-linear-gradient(#ebebeb , #ebebeb 30%, #FFF 77%);
 	background: -moz-radial-gradient(#ebebeb , #ebebeb 30%, #FFF 77%);
	background: -webkit-radial-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
	margin:5px 0;
}
.dividers_7{
	border:none;
	height:3px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	background:#ebebeb;
	background: -ms-linear-gradient(#ebebeb , #dfdfdf 30%, #FFF 72%); 
    background: -o-linear-gradient(#ebebeb , #dfdfdf 30%, #FFF 72%);
 	background: -moz-radial-gradient(#ebebeb , #dfdfdf 30%, #FFF 72%);
	background: -webkit-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
	margin:5px 0;
}


/*ServeList*/
.ServeList {
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
}
.ServeBox {
	margin-bottom:10px;
}
.ServeList li {
	width:25%;
	float:left;
	list-style:none;
	text-align:center;
	display:block;
	
}
*+html .ServeList li {
	width:24.9%;
}
.ServeList .ServeBox {
	border:10px solid #e5e5e5;
	text-align:center;
	padding:0px 5px 10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:border ease 300ms;
	-moz-transition:border ease 300ms; /* Firefox 4 */
	-webkit-transition:border ease 300ms; /* Safari and Chrome */
	-o-transition:border ease 300ms; /* Opera */
	-ms-transition:border ease 300ms; /* IE9? */
	margin:0px 5px 5px;
}
.ServeList .ServeBox:hover {
 }
.ServeList .Serve_Icon {
	height:70px;
	line-height:70px;
	font-size:45px;
	text-align:center;
}
.ServeList .Serve_Icon span {
	line-height:inherit !important;
}
.ServeList h3 {
	font-size:18px;
	color:#333333;
	vertical-align:middle;
	padding:0px 0px 10px;
	margin:0px;
}
.ServeList p {
	line-height:1.6;
}

/*ServeList_2*/
.ServeList_2 {
}
.ServeList_2 .Serve_Icon{
	height:105px;
	width:105px;
	margin:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:3px;
	margin-bottom:10px;
	filter:alpha(opacity=30);/*IE*/
	opacity:0.3;	
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
} 
.ServeList_2 .Serve_Icon span{
	height:105px;
	width:105px;
	line-height:105px;
	font-size:50px;
	color:#ffffff;
	text-align:center;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.ServeList_2 .ServeBox:hover .Serve_Icon {
	background-color:transparent;
}
.ServeList_2 .ServeBox h3{
	text-align:center;
	font-size:16px;
	color:#333333;
}
.ServeList_2 .ServeBox {
	text-align:center;
}
/*ServeList_3*/
.ServeList_3 .Serve_Icon{
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	margin:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	background:#aaaaaa;
	position:absolute;
	top:0px;
	left:0px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
} 
.ServeList_3 .Serve_Icon span{
	height:105px;
	width:105px;
	line-height:105px;
	text-align:center;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.ServeList_3 .ServeBox:hover .Serve_Icon {
}
.ServeList_3 .ServeBox h3{
	text-align:left;
	font-size:16px;
	color:#2c3433;
	font-weight:normal;
	position:relative;
	min-height:35px;
	padding:10px 0px 0px 50px;
}
.ServeList_3 .ServeBox {
	text-align:left;
}
/*ServeList_4*/
.ServeList_4 .Serve_Icon{
	height:72px;
	width:72px;
	line-height:72px;
	font-size:28px;
	color:#80807f;
	text-align:center;
	margin:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	overflow:hidden;
	background:#eeeeee;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.ServeList_4 .Serve_Icon span {
	line-height:inherit !important;}

.ServeList_4 .ServeBox:hover .Serve_Icon{
	color:#FFF;

}


.ServeList_4 .ServeBox{
	border:1px solid #d8dbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	padding:20px 10px 10px;
}
.ServeList_4 h3{
	padding:10px 0px;
}
/*ServeList_5*/
.ServeList_5 .Serve_Icon{
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	margin:-30px auto 10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	position:relative;
	overflow:hidden;
	color:#FFF;
	font-size:28px !important;
	font-weight:bold;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
} 
.ServeList_5 .ServeBox:hover .Serve_Icon > img {
	filter:alpha(opacity=0);/*IE*/
	opacity:0;
}
.ServeList_5 .ServeBox{
	border:1px solid #d8dbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	padding:0px 10px 10px;
	margin:35px 1px 0px;
}
.ServeList_5 h3{
	padding:5px 0px;
}
/*ServeList_6*/
.ServeList_6 .Serve_Icon{
	height:40px;
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:26px;
	color:#009b85;	
	margin:auto;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
} 
.ServeList_6 .ServeBox:hover .Serve_Icon {
}
.ServeList_6 .ServeBox h3{
	text-align:left;
	font-size:16px;
	color:#2c3433;
	font-weight:normal;
	position:relative;
	min-height:35px;
	padding:10px 0px 0px 50px;
}
.ServeList_6 .ServeBox {
	text-align:left;
}



/*Theme_21_LinkAndZoom_Normal*/
.Theme_21_LinkAndZoom_Normal li{
	background-color:#f3f3f3;
	text-align:center;
}
.Theme_21_LinkAndZoom_Normal .carousel_cap {
	padding:0 15px 25px;
	color:#888888;
	border-bottom:2px solid #dadada;
}
.Theme_21_LinkAndZoom_Normal h3.carousel_title {
	padding:15px 15px 5px;
	color:#444444;
	font-size:16px;
}
.Theme_21_LinkAndZoom_Normal .pager{
	padding-top:20px!important;
}
.Theme_21_LinkAndZoom_Normal .pager a{
	width:20px!important;
	height:20px!important;
	background-color:#d8d8d8!important;
}
.Theme_21_LinkAndZoom_Normal .pager a.selected{
}
.Theme_21_LinkAndZoom_Normal .prev,
.Theme_21_LinkAndZoom_Normal .next{
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	top:-52px!important;
}
.Theme_21_LinkAndZoom_Normal .prev:hover,
.Theme_21_LinkAndZoom_Normal .next:hover{
}
.Theme_21_LinkAndZoom_Normal .next{
	right:0px!important;
}
.Theme_21_LinkAndZoom_Normal .prev{
	right:26px !important;
}

/*Theme_14_Default*/
.Theme_14_Default .scrollableArea  {
	background:#000;
}
.Theme_14_Default .scrollableArea a img,
.Theme_14_Default .scrollableArea a:before{
transition: 		all ease-in 200ms;
-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
-webkit-transition:    all ease-in 200ms; /* Safari and Chrome */
-o-transition: 	all ease-in 200ms; /* Opera */
-ms-transition: all ease-in 200ms; /* IE9? */
}

.Theme_14_Default .scrollableArea a:hover img {
filter:alpha(opacity=50);
opacity:0.5;
}
.Theme_14_Default .scrollableArea a{
	position:relative;
	display:block;
	float:left;
}
.Theme_14_Default .scrollableArea a:before{
	content:"  ";
	position:absolute;
	top:50%;
	left:50%;
	width:54px;
	height:54px;
	display:block;
	margin:-27px 0px 0px -27px;
}
.Theme_14_Default .scrollableArea a:hover:before{
	background:url(images/Pic_Icon.png) center center no-repeat ;
}
.Theme_14_Default .scrollingHotSpotLeft{
	width:44px !important;
	height:50px !important;
	background:url(images/arrow-4.png) no-repeat 12px center #000 !important;
	opacity:0;  
	min-width:44px !important;
	top:50% !important;
	margin-top:-25px !important;
	border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
}
.Theme_14_Default .scrollingHotSpotRight{
	width:44px !important;
	height:50px !important;
	background:url(images/arrow-4.png) no-repeat -30px center #000 !important;
	opacity:0;  
	min-width:44px !important;
	top:50% !important;
	margin-top:-25px !important;
	border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
}
/*Theme_13_Elegant*/
.Theme_13_Elegant div.unoslider_caption {
	bottom:0px;
	width:100%;
	padding:15px 0px;
	background-color:#000;
	background-color:rgba(0,0,0,0.3);
	color:#FFF;
	text-indent:20px;
	font-size:15px;
}
.Theme_13_Elegant div.unoslider_indicator {
	bottom:-40px;
	left:0px;
	width:100%;
	border:none;
	box-shadow:none;
	text-align:center;
}
.Theme_13_Elegant div.unoslider_indicator a{
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	height:20px;
	width:20px;
	margin:auto 4px;
	background-color:#878787;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.Theme_13_Elegant div.unoslider_indicator a.unoslider_indicator_active,
.Theme_13_Elegant div.unoslider_indicator a.unoslider_indicator_active:hover{
	width:6px;
	height:6px;
	background:transparent;
}
/*.Theme_08_Default*/
.Theme_08_Default .Slide div{
	text-align:center;
}

/*new 3d*/
.banner5_title {
	font-size:22px;
	color:#FFF;
	padding:10px 15px;
	-webkit-text-size-adjust:none; 
 }
.banner5_content {
	background:url(images/opacity_70.png);
	font-size:17px;
	color:#FFF;
	padding:10px 15px;
	-webkit-text-size-adjust:none; 
}

.banner1_title {
	color:#ffffff;
	font-size:60px;
	font-weight:normal!important;
	-webkit-text-size-adjust:none; 
}
.banner1_smalltitle {
	color:#ffffff;
	font-size:46px;
	font-weight:bold!important;
	-webkit-text-size-adjust:none; 
}
.banner1_content {
	color:#ffffff;
	font-size:17px;
}
.banner1_more {
	color:#ffffff;
	background:url(images/arrow_8.png) no-repeat right center;
	background-size:contain;
	padding:8px 45px 8px 0px;
	font-size:16px;
}

.banner2_title{
	color:#FFF;
	font-size:60px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
 }
.banner2_line {
	margin:auto 20px;
	width:100%;
	max-width:318px;
	border-bottom:1px solid #FFF;
	text-indent:-999px;
	font-size:0;
	overflow:hidden;
	height:0px;
	
}
.banner2_content {
	background:url(images/opacity_70.png);
	color:#FFF;
	font-size:20px;
	padding:18px 30px;
}
.banner2_more1 {
	font-size:17px;
	color:#FFF;
	text-align:right;
	width:50%;
	text-shadow:1px 1px 1px #000;
}
.banner2_more1 span {
	display:inline-block;
	border:2px solid #ffffff;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	padding:10px 30px;
	margin-right:15px;
}

.banner2_more2{
	font-size:17px;
	color:#FFF;
	text-align:left;
	width:50%;
	text-shadow:1px 1px 1px #000;
}
.banner2_more2 span {
	background:url(images/arrow_8.png) no-repeat right center ;
	background-size:contain;
	padding:12px 50px 12px 0;
	display:inline-block;
	margin-left:15px;
}
*+html .banner2_more1 span,
*+html .banner2_more2 span{
	display:inline;
	
}

.SliderRevolution3D a,
.SliderRevolution3D a:link,
.SliderRevolution3D a:active,
.SliderRevolution3D a:visited,
.SliderRevolution3D a:hover{
	color:#FFF!important;
}

.Skin_03_Default #filters li.selected a, 
.Skin_03_Default #filters li.selected a:hover,
.Skin_03_Default .view-tenth:hover .portfolio_descr{
	color:#FFF!important;
}

.post_categories a:hover {
	background:none!important;

}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
  

 /*iLightBox*/
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.iLightBox_Content {
	display:none;
	background-color:#FFF;
	max-width:60%;
	margin:auto;
	padding:20px;
}
.iLightBox_Content h3 {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:15px;
}
.iLightBox_zoom_in .iLightBox_Content {
	display:block;
}

/*Images*/

.photo_box .pic_box {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.photo_box {
	margin: 0 0 5px 0;
	padding: 0px;
	overflow: hidden;
	line-height: 1.8;
}

.photo_box .pic_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
}

.photo_box a,
.photo_box a:hover {
	text-decoration: none
}

.photo_box .ico {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -31px;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.photo_box .ico span {
	color: #FFF;
	width: 62px!important;
	height: 62px!important;
	line-height: 62px!important;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	margin: 0px 3px;
	border:1px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.photo_box .ico h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.vertical_center_1 {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical_center_2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.photo_box .content h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content p {
	color: #FFF;
	font-size: 13px;
}

.photo_box .content >.glyphicons {
	font-size: 50px;
	height: 70%;
	position: relative;
}

.photo_box .content > .glyphicons:before {
	position: absolute;
	top: 50%;
	left: 0;
}

.photo_box .content .ico {
	position: static;
	margin: 0 0 15px;
}

.photo_box .shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.photo_box .ico,
.photo_box .content,
.photo_box .shade {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover .ico,
.photo_box:hover .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box:hover .shade {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.photo_box.default_show .ico,
.photo_box.default_show .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.default_show .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.img_zoom .pic_box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-webkit-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	-ms-transition: all ease-out 300ms;
}

.photo_box:hover.img_zoom .pic_box img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.photo_box.ico_left_enter .ico,
.photo_box.ico_right_enter .ico,
.photo_box.ico_top_enter .ico,
.photo_box.ico_bottom_enter .ico,
.photo_box.ico_LeftAndRight_enter span,
.photo_box.ico_TopAndBottom_enter span {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box.ico_left_enter .ico {
	left: -100%;
}

.photo_box:hover.ico_left_enter .ico {
	left: 0%;
}

.photo_box.ico_right_enter .ico {
	left: 100%;
}

.photo_box:hover.ico_right_enter .ico {
	left: 0%;
}

.photo_box.ico_top_enter .ico {
	top: -100%;
}

.photo_box:hover.ico_top_enter .ico {
	top: 50%;
}

.photo_box.ico_bottom_enter .ico {
	top: 150%;
}

.photo_box:hover.ico_bottom_enter .ico {
	top: 50%;
}

.photo_box.ico_LeftAndRight_enter span.ico_left {
	transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	-o-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
}

.photo_box.ico_LeftAndRight_enter span.ico_right {
	transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	-webkit-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
}

.photo_box.ico_TopAndBottom_enter span.ico_top {
	transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
}

.photo_box.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
}

.photo_box:hover.ico_LeftAndRight_enter span.ico_left,
.photo_box:hover.ico_LeftAndRight_enter span.ico_right,
.photo_box:hover.ico_TopAndBottom_enter span.ico_top,
.photo_box:hover.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.ico_push_in img {
	margin-bottom: -15px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.ico_push_in .ico {
	top: auto;
	bottom: -50px;
	width: 100%;
	background-color: #006fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.ico_push_in .ico span {
	background-color: transparent!important;
	border:none;
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
}

.photo_box.ico_push_in .ico a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

.photo_box.ico_push_in .ico a:first-child {
	border-right: 1px solid #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-right: -2px;
}

.photo_box:hover.ico_push_in img {
	margin-top: -15px;
	margin-bottom: 0;
}

.photo_box:hover.ico_push_in .ico {
	top: auto;
	bottom: 0px;
}

.photo_box.ico_left_rotate .ico,
.photo_box.ico_left_rotate .ico >span,
.photo_box.ico_right_rotate .ico,
.photo_box.ico_right_rotate .ico >span {
	width: 62px;
	height: 62px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0;
	border:none;
	background-color:#006fff;
}

.photo_box.ico_left_rotate .ico {
	left: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.photo_box.ico_right_rotate .ico {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.photo_box:hover.ico_left_rotate .ico,
.photo_box:hover.ico_right_rotate .ico {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}

.photo_box.content_top_increment .increment_1 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	-moz-transform: translate(0, -300px);
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .increment_2 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -340px);
	-moz-transform: translate(0, -340px);
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box.content_top_increment .increment_3 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -380px);
	-moz-transform: translate(0, -380px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_1,
.photo_box:hover.content_top_increment .increment_2,
.photo_box:hover.content_top_increment .increment_3 {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box:hover.content_top_increment .increment_1 {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_2 {
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box:hover.content_top_increment .increment_3 {
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .content h3 {
	background-color: #006fff;
	font-size: 18px;
	color: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
}

.photo_box.content_top_increment .content a.but {
	background-color: #dedede;
	color: #666666;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	margin-top: 15px;
}

.photo_box.content_top_increment .content p {
	padding: 0px 30px;
}

.photo_box.ico_zoom .ico span {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.ico_zoom .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.photo_box.img_flip {
	-webkit-perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	overflow: visible;
}

.photo_box.img_flip .pic_box {
	position: relative;
	overflow: visible;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.photo_box.img_flip .pic_box img,
.photo_box.img_flip .shade,
.photo_box.img_flip .content {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photo_box.img_flip .pic_box img {
	z-index: 3;
	position: relative;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.photo_box.img_flip .pic_box .shade,
.photo_box.img_flip .pic_box .content {
	z-index: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box:hover.img_flip .pic_box {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.photo_box:hover.img_flip .pic_box .shade {
	z-index: 4;
}

.photo_box:hover.img_flip .pic_box .content {
	z-index: 5;
}

.content_sytle_2 .shade {
	background-color: #006fff;
}

.content_sytle_2 .content h3 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
}

.content_sytle_2 .content p {
	padding: 0 30px 5px;
}

.content_sytle_2 .content a.but {
	border: 1px solid #FFF;
	padding: 10px 25px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
}

.photo_box.content_push_in .pic_box img {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.content_push_in .content {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #006fff;
	top: auto;
	height: auto;
	bottom: 0;
	height: 60px;
	margin-bottom: -60px;
	overflow: hidden;
}

.photo_box.content_push_in .content h3 {
	margin: 10px 0 0;
}

.photo_box:hover.content_push_in .pic_box img {
	margin-top: -60px;
	margin-bottom: 60px;
}

.photo_box:hover.content_push_in .content {
	margin-bottom: 0px;
}

.photo_box.icon_tag_push .ico {
	width: 90px;
	height: 90px;
	left: auto;
	right: -90px;
	top: -90px;
	margin: 0;
	text-align: right;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.icon_tag_push .ico:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: 45px solid transparent;
	border-right-color: #006fff;
	border-top-color: #006fff;
}

.photo_box.icon_tag_push .ico span {
	background: none;
	border:none;
	height: auto!important;
	display: inline-block!important;
	line-height: 60px!important;
	width: 50px!important;
	text-align: center!important;
}

.photo_box:hover.icon_tag_push .ico {
	right: 0px;
	top: 0px;
}

.photo_box.icon_tag_push .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	width: auto;
	height: auto;
	padding: 13px 36px;
	color: #666666;
	top: auto;
	bottom: 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.icon_tag_push .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}
.photo_box.content_bottom_push_in .ico{
	margin-top:-62px;

}

.photo_box.content_bottom_push_in .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	height: auto;
	padding: 10px 0;
	color: #666666;
	top: auto;
	bottom: 0px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
}

.photo_box.content_bottom_push_in .content:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	border-bottom-color: rgba(255,255,255,0.8);
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -4px;
}

.photo_box.content_bottom_push_in .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content p {
	color: #666666;
	margin-bottom: 0;
}

.photo_box:hover.content_bottom_push_in .content {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.content_bottom_push_in_2 .shade {
	background-color: #000;
	top: 100%;
	margin-top: -40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box:hover.content_bottom_push_in_2 .shade {
	top: 0;
	margin: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.content_bottom_push_in_2 .content {
	filter: alpha(opacity=100);
	opacity: 1;
	height: 40px;
	top: 100%;
	margin-top: -35px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover.content_bottom_push_in_2 .content {
	height: 100%;
	top: 0;
	margin-top: 0;
}

.photo_box.content_bottom_push_in_2 .but {
	border: 1px solid #FFF;
	padding: 10px 22px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
	text-decoration: none;
}

.photo_box.entirety_left_offset .shade {
	background-color: #f0f0f0;
}

.photo_box.entirety_left_offset .shade,
.photo_box.entirety_left_offset .ico,
.photo_box.entirety_left_offset .content {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 100%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.entirety_left_offset .ico {
	width: auto;
	top: auto;
	bottom: 0;
}

.photo_box.entirety_left_offset .ico span {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0;
	background-color:#006fff;
	border:none;
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:20px;
}

.photo_box.entirety_left_offset .content {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 80px 30px 30px;
}

.photo_box.entirety_left_offset h3,
.photo_box.entirety_left_offset p,
.photo_box.entirety_left_offset a {
	color: #666;
}

.photo_box:hover.entirety_left_offset .shade,
.photo_box:hover.entirety_left_offset .ico,
.photo_box:hover.entirety_left_offset .content {
	left: 50px;
}

.photo_box.entirety_bevel .content {
	height: 60%;
	text-align: left;
	top: 0;
	padding: 0px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_box.entirety_bevel .ico {
	height: 40%;
	text-align: left;
	margin: 0;
	top: 60%;
	left: 40px;
}

.photo_box.entirety_bevel .ico span {
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
}

.photo_box:hover.entirety_bevel .shade {
	background-color: #006fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
	content: "";
	border-top: 0px solid #e5e5e5;
	border-right: 0px solid #FFF;
	border-left: 0px solid #e5e5e5;
	border-bottom: 0px solid #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover.entirety_bevel .pic_box:before {
	border-top: 25px solid #e5e5e5;
	border-right: 25px solid #FFF;
	border-left: 25px solid #e5e5e5;
	border-bottom: 25px solid #FFF;
}

.img_left {
	float: left;
	width: auto;
	margin: 8px 15px 5px 0;
}

.img_right {
	float: right;
	width: auto;
	margin: 8px 0 5px 15px;
}

.img_center {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 5px
}

.img_center .pic_box {
	display: inline-block;
	width: auto;
}

.box_border_radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.box_border_round {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.box_border {
	border: 3px solid #dddddd;
	overflow: hidden;
}

.box_border_padding {
	border: 1px solid #dddddd;
	padding: 3px;
}

.box_border_padding {
	border: 1px solid #dddddd;
	padding: 3px;
}

.box_bottom_shadow {
	box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
}

.box_bottom_shadow_left,
.box_bottom_shadow_right {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.box_bottom_shadow_left:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index: 0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -24px 0 0 0;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}

.box_bottom_shadow_right:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index: -1;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -24px 0 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(-deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

.box_dotted_padding {
	border: 1px dashed #dddddd;
	padding: 3px;
}
 @-webkit-keyframes ico_rotate {
	 0% {
	 -webkit-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -webkit-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	 100% {
	 -webkit-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-moz-keyframes ico_rotate {
	 0% {
	 -moz-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -moz-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	 100% {
	 -moz-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-o-keyframes ico_rotate {
	 0% {
	 -0-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -0-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	 100% {
	 -0-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @keyframes ico_rotate {
	 0% {
	 transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	 100% {
	 transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}

.ico_rotate .ico span {
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.ico_rotate:hover .ico span {
	-webkit-animation-name: ico_rotate;
	-moz-animation-name: ico_rotate;
	-o-animation-name: ico_rotate;
	animation-name: ico_rotate;
}

.shade_zoom .shade {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: all ease-in 300ms; /* Opera */
	-ms-transition: all ease-in 300ms; /* IE9? */
}

.shade_zoom:hover .shade {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shade_zoom .ico span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 45px!important;
	height: 45px!important;
	line-height: 45px!important;
	font-size:20px;
	border: 1px solid #FFF;
	background-color: transparent!important;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: all ease-in 300ms; /* Opera */
	-ms-transition: all ease-in 300ms; /* IE9? */
}

.shade_zoom:hover .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
	overflow: hidden;
	top: auto;
	left: 0;
	bottom: 0;
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: all ease-in 300ms; /* Opera */
	-ms-transition: all ease-in 300ms; /* IE9? */
}

.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.ico_no_bg .glyphicons {
	background: none!important;
	font-size: 30px!important;
	color: #FFF!important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.photo_box.title_style_2 .content h3{
	border:1px solid #FFF;
	padding:13px 30px;
	display:inline-block;
}
.photo_box.ico_sytle_2 .ico span{
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}



.text_sytle_1 {
	padding: 15px 10px 10px;
}

.text_sytle_1 h3,
.text_sytle_2 h3 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}

.text_sytle_1 .info {
	float: right;
	padding-top: 13px;
	font-size: 14px;
}

.text_sytle_1 .info span {
	margin-right: 3px;
}

.text_sytle_1 h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #666666;
}

.text_sytle_2 {
	background-color: #f5f5f5;
	padding: 15px 15px 10px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}

.text_sytle_3 {
	padding: 10px 0 5px;
}

.text_sytle_3 h3 {
	font-size: 14px;
	color: #666666;
}

.text_sytle_4 h3 {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_4 h3 span {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #006fff;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}


.text_sytle_5 {
	clear:both;
	overflow:hidden;
	margin:5px;
	text-align:left;
}
.text_sytle_5 h3 {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin:10px 8px;
}
.text_sytle_5 h3 span{
	float:right;
}


.text_sytle_6 {
	background-color:#f3f3f3;
	border-bottom:2px solid #dadada;
	padding:15px 25px;
	overflow:hidden;
	color:#666666;
	text-align:center;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
}

.text_sytle_6 h3 {
	padding:0px 15px 0px;
	color:#444444;
	font-size:16px;
}


/*boxes rotate*/

.flip_box {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	overflow: visible;
	margin-bottom:5px;
	position:relative;
}
.flip_box .front,
.flip_box .back{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box .front{
	position:relative;
	z-index:0;
	background-color:#FFF;
	-webkit-transform: rotateY(0deg) ;
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip_box .back {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	z-index:-2;
	background-color:#FFF;
	-webkit-transform: rotateY(-180deg) ;
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_right .back{
	-webkit-transform: rotateY(180deg) ;
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip_box.flip_top .front{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.flip_box.flip_top .back{
	-webkit-transform: rotateX(180deg) ;
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.flip_box.flip_bottom .front{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.flip_box.flip_bottom .back{
	-webkit-transform: rotateX(-180deg) ;
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.flip_box:hover .front{
	background-color:#FFF;
	-webkit-transform: rotateY(180deg) ;
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip_box:hover .back {
	z-index:3;
	-webkit-transform: rotateY(0deg) ;
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip_box.flip_right:hover .front{
	-webkit-transform: rotateY(-180deg) ;
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip_box.flip_top:hover .front{
	-webkit-transform: rotateX(-180deg) ;
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.flip_box.flip_top:hover .back{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.flip_box.flip_bottom:hover .front{
	-webkit-transform: rotateX(180deg) ;
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.flip_box.flip_bottom:hover .back{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box_1 .front,
.flip_box_1 .back {
	border: 1px solid #e2e2e2;
	padding: 25px;
	text-align: center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.flip_box_1 .front .glyphicons {
	border:1px solid #006fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 28px;
	color: #006fff;
	margin-bottom: 20px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.flip_box_1 h3 {
	font-size: 20px;
	color: #333333;
	font-weight:normal;
	margin-bottom: 10px;
}

.flip_box_1 .back {
	height: 100%;
	border-color:#006fff;
	padding:0px 25px;
}

.flip_box_1 .back h3 {
	margin: 35px 0 20px;
	color: #006fff;
	font-size:20px;
	font-weight:normal;
}

.flip_box_1 .back a.but {
	color: #006fff;
	text-decoration: none;
}

.flip_box_2 .front,
.flip_box_2 .back {
	border: 1px solid #006fff;
	padding: 25px;
	text-align: center;
}

.flip_box_2 .back {
	height: 100%;
	padding: 0 25px;
}

.flip_box_2 .front .glyphicons {
	font-size: 45px;
	color: #006fff;
	margin: 8px 0 0px;
}

.flip_box_2 .front h3 {
	color: #006fff;
	font-size: 20px;
	font-weight:normal;
	margin: 25px 0 15px;
}
.flip_box_2 .back{
	background-color:#006fff;
	border:none;
	color:#FFF;
}
.flip_box_2 .back h3 {
	color: #FFF;
	font-size: 20px;
	font-weight:normal;
	margin: 35px 0 20px;
}



.flip_box_3 .front {
	padding: 0 25px;
	text-align: center;
}

.flip_box_3 .back {
	padding: 0 25px;
	text-align: center;
	background-color: #006fff;
	color: #FFF;
}

.flip_box_3 .back {
	height: 100%;
}

.flip_box_3 .front .glyphicons {
	font-size: 45px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: #e9e9e9;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #777777;
	margin: 8px 0 0px;
}

.flip_box_3 h3 {
	color: #666666;
	font-size: 15px;
	margin: 25px 0 15px;
}

.flip_box_3 .back h3 {
	color: #FFF;
	margin: 35px 0 15px;
}

.flip_box_3 .back a.but {
	display: inline-block;
	padding: 8px 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	margin-top: 10px;
}

/*Boxes*/
.boxes_style_1,
.boxes_style_2,
.boxes_style_3,
.boxes_style_4,
.boxes_style_5{
	margin-bottom:15px;
	position:relative;
}
.boxes_style_1 .boxes{
	border:1px solid #006fff;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_1 .Boxes_title {
	font-size:20px;
	color:#006fff;
	font-weight:normal;
}

.boxes_style_2 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_2 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
}

.boxes_style_3 .boxes{
	border:1px solid #cccccc;
	border-top:3px solid #006fff;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	text-align:center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_3 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:13px;
}
.boxes_style_3 .Boxes_title:before {
	content:"";
	width:70px;
	position:absolute;
	top:100%;
	left:50%;
	margin:-1px 0 0 -35px;
	border-bottom:1px solid #006fff;
}
.boxes_style_3 .but{
	padding:10px 0;
}
.boxes_style_3 .but .Button_default {
	padding:9px 35px;
}

.boxes_style_4 .boxes{
	border:1px solid #cccccc;
	border-bottom:3px solid #006fff;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_4 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:13px;
}
.boxes_style_4 .Boxes_title:before {
	content:"";
	width:70px;
	position:absolute;
	top:100%;
	margin:-1px 0 0 0px;
	border-bottom:1px solid #006fff;
}
.boxes_style_5 .boxes{
	border:1px solid #cccccc;
	border-left:3px solid #006fff;
	background-color:#FFF;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_5 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_5 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
@media only screen and (max-width: 767px) {
	.boxes_style_5 .boxes{
		padding:20px 25px
	}
	.boxes_style_5 .but{
		position:static;
		padding:10px 0;
		margin:0;
	}
	
}


.boxes_style_1:before,
.boxes_style_2:before,
.boxes_style_3:before,
.boxes_style_5:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}
.boxes_style_1:after,
.boxes_style_2:after,
.boxes_style_3:after,
.boxes_style_5:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}


.boxes_style_6{
	border:1px solid #006fff;
	padding:2px;
	margin-bottom:15px;
	position:relative;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}
.boxes_style_6 .boxes{
	border:1px solid #006fff;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	color:#006fff;
	font-weight:normal;
}
.boxes_style_7{
	border:1px solid #cccccc;
	padding:2px;
	margin-bottom:15px;
	position:relative;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}
.boxes_style_7 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_7 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.boxes_style_8 .boxes{
	border-left:3px solid #006fff;
	background-color:#FFF;
	padding:25px 240px 25px 30px;
	z-index:1;
	position:relative;
	background-color:#F5F5F5;
}
.boxes_style_8 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_8 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}

@media only screen and (max-width: 767px) {
	.boxes_style_8 .boxes{
		padding:20px 25px
	}
	.boxes_style_8 .but{
		position:static;
		padding:10px 0;
		margin:0;
	}
	
}




/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	text-align:left;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}
.carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.carousel .owl-page{
	cursor: pointer;
	width:20px; 
	height:20px;
	margin:0 5px;
	display:inline-block;
	background:#d7d7d7;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

.carousel .owl-page.active{
	background:#009B85;
}

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:-40px;
	top:50%;
	cursor:"";
	font-size:0px;
	cursor:pointer;
	width:50px;
	height:50px;
	margin-top:-15px ;
	z-index:10;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:-40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel .owl-buttons .owl-prev{
	left:-15px;
}
.carousel .owl-buttons .owl-next{
	right:-15px;
}
}

@media only screen and (max-width: 767px) {
.carousel .owl-buttons .owl-prev{
	left:0px;
}
.carousel .owl-buttons .owl-next{
	right:0px;
}
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	position:absolute;
	left:50%;
	top:50%;
	margin:-10px 0 0 -5px;
	content:"";
	width:20px;
	height:20px;
	display:block;
	text-align:center;
	cursor:pointer;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel .owl-buttons .owl-next:before{
	margin:-10px 0 0 -15px;
	transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg); 
	-webkit-transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
}

.carousel .owl-buttons .owl-prev:hover:before,
.carousel .owl-buttons .owl-next:hover:before{
	border-left:1px solid #006fff;
	border-bottom:1px solid #006fff;
}

.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.carousel .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
 }

.carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.carousel  .owl-wrapper,
.carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}

.carousel_1 .item {
	padding:0px 15px;
	line-height:1.8;
}
.carousel_1 .ico {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin: -30px auto 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	padding: 3px;
	font-size: 28px !important;
	font-weight: bold;
	color:#006FFF;
	border: 1px solid #006FFF;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.carousel_1 .ico span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.carousel_1 .main {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 0px 10px 10px;
	margin: 35px 1px 0px;
	border: 1px solid #006FFF;
}
*+html .carousel_1 .main {
	padding-top: 10px;
}

*+html .carousel_1 .functionIcon {
	margin-top: 0px!important;
}

.carousel_1 h3 {
	padding: 5px 0px;
	font-weight: normal;
}

.carousel_1 .main:hover .ico span {
	color: #FFF;
	background-color: #006FFF;
}

.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next{
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	width:40px;
	height:65px;
	left:0;
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}
.carousel_2:hover .owl-buttons .owl-prev,
.carousel_2:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_2 .owl-buttons .owl-next{
	left:auto;
	right:0;
}
.carousel_2 .owl-buttons .owl-prev:before,
.carousel_2 .owl-buttons .owl-next:before,
.carousel_2 .owl-buttons .owl-prev:hover:before,
.carousel_2 .owl-buttons .owl-next:hover:before{
	border-left:1px solid #FFFFFF!important;
	border-bottom:1px solid #FFFFFF!important;
}
.carousel_2 .owl-buttons .owl-prev:hover,
.carousel_2 .owl-buttons .owl-next:hover{
	background-color:#006fff;
}

.carousel_3 .item {
	padding:0px 5px;
}

.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	background-color:#a8a8a8;
	width:23px;
	height:23px;
	top:-20px;
	left:auto;
	right:0px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel_3 .owl-buttons .owl-prev{
	right:27px;
}
.carousel_3 .owl-buttons .owl-prev:before,
.carousel_3 .owl-buttons .owl-next:before,
.carousel_3 .owl-buttons .owl-prev:hover:before,
.carousel_3 .owl-buttons .owl-next:hover:before{
	width:5px;
	height:5px;
	margin:-3px 0 0 -2px;
	border-left:1px solid #FFFFFF!important;
	border-bottom:1px solid #FFFFFF!important;
}
.carousel_3 .owl-buttons .owl-next:before,
.carousel_3 .owl-buttons .owl-next:hover:before{
	margin:-3px 0 0 -3px;
}

.carousel_3 .owl-buttons .owl-prev:hover,
.carousel_3 .owl-buttons .owl-next:hover{
	background-color:#006fff;
}

.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	background-color:#000;
	background-color:rgba(0,0,0,0.35);
	width:44px;
	height:55px;
	left:0;
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	border-radius:			0px 5px 5px 0px;
	-moz-border-radius:		0px 5px 5px 0px;
	-webkit-border-radius:	0px 5px 5px 0px;
}
.carousel_4:hover .owl-buttons .owl-prev,
.carousel_4:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_4 .owl-buttons .owl-next{
	left:auto;
	right:0;
	border-radius:			 5px 0px 0px 5px;
	-moz-border-radius:		 5px 0px 0px 5px;
	-webkit-border-radius:	 5px 0px 0px 5px;
}
.carousel_4 .owl-buttons .owl-prev:before,
.carousel_4 .owl-buttons .owl-next:before,
.carousel_4 .owl-buttons .owl-prev:hover:before,
.carousel_4 .owl-buttons .owl-next:hover:before{
	border-left:1px solid #FFFFFF!important;
	border-bottom:1px solid #FFFFFF!important;
}
.carousel_4 .owl-buttons .owl-prev:hover,
.carousel_4 .owl-buttons .owl-next:hover{
	background-color:#006fff;
}


.carousel_4 .photo_box {
	margin:0
}


/*insets_list*/
.insets_list {
	margin:0;
	padding:0;
	text-align:left;
}
.insets_list li {
	display:inline-block;
	vertical-align:top;
	width:82px;
	list-style:none;
	
}


 @media only screen and (min-width: 1200px) {
.dnn_layout {
	width:1170px;
}
#top_menu > div > ul > li > a > span {
	padding:0px 31px;
	line-height:38px;
	height:38px; 
}

/*Theme_20_Default*/
.Theme_20_Default li{
}
.Theme_20_Default li img {
	border:none !important;
	width:82px !important;
	height:82px !important;
}


}
 @media only screen and (min-width: 768px) and (max-width: 979px) {
.dnn_layout {
	width: 736px;
}
.dnn_logo {
	width:150px;}
#top_menu > div > ul > li > a > span {
	padding:0px 15px;
	line-height:30px;
	height:30px;
}
.Theme_19_Normal .filter_block{
	position:static;
	top:0; 
	right:0;
}

 
.Lead h1 {
	font-size:22px;
}
.Lead p {
	font-size:12px;
}
.ErrorPage_Box h1 {
	font-size:30px;
	padding:30px 0px 20px;
	line-height:1.4;
}

.Footer_Contentbg [class*="Pane"] {
	margin:10px 0 5px
}


}



 @media only screen and (max-width: 767px) {
.dnn_layout {
	width: auto;
}
.dnn_logo {
	float:none;
	text-align:left;
	position:relative;
	min-height:40px;
	padding-right:90px;
}
/*Nav*/

.navigation--mobile {
	display:block
}
#dnn_wrapper {
	background:#FFF;
	overflow:hidden;
}

.navigation_mobile {
	width:75%;
	position:absolute;
	bottom:100%;
	right:0;
	visibility:hidden;
	z-index:0;
	-webkit-transition:visibility 0 linear;
	-webkit-transition-delay:0.4s;
	-moz-transition:visibility 0 linear 0.4s;
	-o-transition:visibility 0 linear 0.4s;
	transition:visibility 0 linear 0.4s
}
.wrapper {
	height:100%;
	position:relative;
	z-index:1;
	background:#FFF;
	-webkit-transition:-webkit-transform 0.4s ease-in-out;
	-moz-transition:-moz-transform 0.4s ease-in-out;
	-o-transition:-o-transform 0.4s ease-in-out;
	transition:transform 0.4s ease-in-out
}
.navigation_is-visible .wrapper {
	background:#FFF;
	border-right:1px solid #dedede;
	-webkit-transform:translateX(-75%);
	-moz-transform:translateX(-75%);
	-ms-transform:translateX(-75%);
	-o-transform:translateX(-75%);
	transform:translateX(-75%)
}
.navigation_is-visible #dnn_wrapper{
	background:#e6e6e6;
}
.navigation_is-visible .navigation_mobile {
	top:0px;
	bottom:auto;
	visibility:visible;
	z-index:1;
	-webkit-transition:z-index 0 linear;
	-webkit-transition-delay:0.4s;
	-moz-transition:z-index 0 linear 0.4s;
	-o-transition:z-index 0 linear 0.4s;
	transition:z-index 0 linear 0.4s
}
.phoneHeadTop {
	padding:25px 80px 25px 15px;
	position:relative;
	background:#2f3837;
}
.phoneHeadBottom {
	text-align:center;
	padding:15px 0px;
	background-color:#f5f5f5;
}
.switchOpen {
	width:44px;
	height:38px;
	display:inline-block;
	vertical-align:middle;
	margin-left:40px;
	cursor:pointer;
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-18px;
	text-align:center;
	line-height:36px;
	font-size:22px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.switchOpen:before{
	content:"\E115";
}
.SwitchClose:before{
	content:"\E208";
}

.Login {
	text-align:center;
	float:none;
	border:none;
	max-width:100%;
	padding:0;
	margin:0;
	width:100%;
}
.Login .LoginLink{
	background:none
}
.Login a, 
.Login a:link, 
.Login a:active, 
.Login a:visited {
	color:#666666;
}
.Login a:hover{
	text-decoration:none;
}

.languageBox {
	height:auto !important;
	line-height:normal !important; }

.searchBox2 {
	margin:5px 15px 25px;
	width:auto;
	display:block;
	position:relative;
	padding:0px 43px 0px 3px;
	background:#FFF;

}
.searchBox2 input.NormalTextBox{
	line-height:18px;
	height:18px;
	padding:10px 0px;
	border:none;
	background:none;
	width:100%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.searchBox2 .searchInputContainer {
	display:block !important;
	margin:0px !important;
}

.searchBox2 .searchSkinObjectPreview,
.searchBox2 .searchInputContainer a.dnnSearchBoxClearText.dnnShow,
.searchBox2 .searchInputContainer a.dnnSearchBoxClearText{
	display:none !important;
	
}
.searchBox2  .search,
.searchBox2  a.search:link,
.searchBox2  a.search:active,
.searchBox2  a.search:visited {
 	width:40px !important;
	height:100%;
	color:#FFF!important;
	background-image:none;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size:0px;
	text-indent:0px;
	-webkit-text-size-adjust:none;
}
.searchBox2 .search:empty{
	width: 1em;
}
.searchBox2 .search:before {
	font-size:18px;
	content: "\E028";
	position:absolute;
	top:50%;
	left:50%;
	margin:-9px 0 0 -9px;
}
.responsive .iPad,
.responsive .iPhone{
	vertical-align:bottom;
	height:auto;
	width:auto;
}
.responsive .iPad img,
.responsive .iPhone img{
	max-width:65%!important;
}


/*--------- Mobile Menu style ----------*/
#mobile_menu {
	margin:0px 15px 15px;
}
.multi_menu {
	margin:auto;
}
.multi_menu ul {
	list-style:none;
	margin:0 ;
	padding:0;
}
.multi_menu ul li {
	margin:0 0 2px;
	padding:0px;
	list-style:none;
 	overflow:hidden;
}
.multi_menu ul li a {
	font-size: 14px;
	line-height:20px;
	padding:0px;
	margin:0px;
	color: #FFF;
	display: block;
	text-decoration: none;
	outline:none;
	text-align:left;
}
.multi_menu > ul > li > a > span{
	font-size:14px;
	text-transform:capitalize;
}
.multi_menu > ul > li.current > a > span,
.multi_menu > ul > li.current:hover > a > span,
.multi_menu > ul > li.active > a > span,
.multi_menu > ul > li:hover > a > span{
}
.multi_menu > ul > li {
	border:2px solid transparent;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	transition: 		background-color ease-in 200ms,border-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border-color ease-in 200ms; /* IE9? */
}
.multi_menu > ul > li:hover,
.multi_menu > ul > li.current,
.multi_menu > ul > li.active {
	background-color:transparent;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.multi_menu ul li span {
	padding:10px 15px;
	display:block;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:    color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 	color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
.multi_menu ul li .menu_arrow {
 	display:block;
	width:40px;
	padding:0px;
	height:40px;
	float:right;
	overflow:hidden;
	margin:0px;
	position:relative;
	font-size:0px;
	text-indent:-999px;
}
.multi_menu ul li .menu_arrow:before {
	content:" ";
	position:absolute;
	top: 50%;
	left: 50%;
	margin:-3px 0px 0px -3px;
	display: inline-block;
	width:0px;
	height:0px;
	border:6px solid transparent;
	border-bottom-width:0px;
}
.multi_menu > ul > li > a > .menu_arrow:before{
	border:6px solid transparent;
	border-bottom-width:0px;
	border-top-color:#FFF;
}
.multi_menu ul li .menu_arrow.arrow_opened{
}
.multi_menu ul li .menu_arrow.arrow_closed:before{
	border:6px solid transparent;
	border-top-width:0px;
}
.multi_menu > ul > li:hover > a > .menu_arrow:before,
.multi_menu > ul > li.current > a > .menu_arrow:before,
.multi_menu > ul > li.active > a > .menu_arrow:before {
	border:6px solid transparent;
	border-bottom-width:0px;
}
.multi_menu > ul > li:hover > a > .menu_arrow.arrow_closed:before,
.multi_menu > ul > li.current > a > .menu_arrow.arrow_closed:before,
.multi_menu > ul > li.active > a > .menu_arrow.arrow_closed:before {
	border:6px solid transparent;
	border-top-width:0px;
}
.multi_menu ul li li ,
.multi_menu ul li li a,
.multi_menu ul li li a span{
	background:none !important;
}
.multi_menu ul li li span{
	padding:3px 15px;
	color:#3c3c3c;
	font-size:12px;
}
.multi_menu > ul > li > ul{
	padding-bottom:5px;
}
.multi_menu ul ul {
	display:none;
	margin:0;
	background:#e6e6e6;
}

.multi_menu ul ul li .menu_arrow{
	height:22px;
	margin-top:2px;
	padding:0px;
}
.multi_menu ul ul li.current > a > span,
.multi_menu ul ul li.current:hover > a > span,
.multi_menu ul ul li.active > a > span,
.multi_menu ul ul li:hover > a > span{
}


.multi_menu ul ul li a:hoevr {

}
.multi_menu ul li img{
	vertical-align:top;
}
.multi_menu ul li.current > ul {
	display:block;
}
.multi_menu ul ul ul{
	padding:0px 15px;
	margin:0px;
}




.Footer_Contentbg [class*="Pane"]{
	margin:0px;}
.Footer_Contentbg .FootPaneA {
	margin-top:30px;}
.Footer_Contentbg .FootPaneD {
	margin-bottom:30px;}

.copyright_style { text-align:center;}
.copyright_style, .FooterPane{
	float:none;
	text-align:center;
}
#to_top{
	position: fixed;
	float:none;
	margin:auto;
}
/*Theme_19_Normal*/
.Theme_19_Normal .filter_block{
	position:static;
	top:0; 
	right:0;
}
 
.Theme_19_Normal .filter_navigation ul ul li a{
	padding:5px 12px !important ; 
}


.Theme_08_Default .Slide div{
	display:none!important;
}

/*price*/
.price-table3 .price_holder {
	min-height:auto;
	padding-bottom:25px;
}


#gmap {
	width:100%;
	height:300px;
}
.Lead h1 {
	font-size:22px;
}
.Lead p {
	font-size:12px;
}
.ErrorPage_Box h1 {
	font-size:30px;
	padding:30px 0px 20px;
	line-height:1.4;
}
.breadcrumbBox h2{
	font-size:22px;
	margin:0px;
	padding:0px;}
.breadcrumbRight {
	display:none;}
	.LeftPage_Box ,
	.LeftPage_Box_bg1,
	.LeftPage_Box_bg2,
	.rightPage_Box ,
	.rightPage_Box_bg1,
	.rightPage_Box_bg2{
	background:none ;
 }
	.js-clingify-placeholder,
	#roll_nav{ display:none ; }
	.SkinPlugin_icon {
		display:none !important;}
	
	.our_team2 .team_list{
		max-width:270px;
		margin:auto auto 8px;
		}
	
	.functionList6 li{
		float:none;
		margin:auto auto 8px;
		width:100%;
		
		}

.LeftPage_Box_bg,
.rightPage_Box_bg{
	display:none!important;
}
	
	
} 
@media only screen and (max-width: 550px) {
.Lead h1 {
	font-size:22px;
	display:none;

}
.Lead p {
	font-size:12px;
	display:none;
}

.Login ,
userProperties{
	border:none !important;
	white-space:nowrap;
	padding:0px !important;
	margin:0px !important; }
}

a.dnnPrimaryAction{
	color:#FFF !important 
	}
.news_post_box .post_box .post_more a:hover {
	color: #FFF !important;
	text-decoration: none;
	}

/*print*/
@media print {
	a:link:after,
	article a[href^=http]:after {
		content: " ";
	}
	
}

/*Element Hide*/
 
@media only screen and (max-width: 767px) {
	.ElementHide-xs,
	tr.ElementHide-xs,
	th.ElementHide-xs,
	td.ElementHide-xs{
		display: none !important;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ElementHide-sm,
	tr.ElementHide-sm,
	th.ElementHide-sm,
	td.ElementHide-sm {
		display: none !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ElementHide-md,
	tr.ElementHide-md,
	th.ElementHide-md,
	td.ElementHide-md {
		display: none !important;
	}
}

@media only screen and (min-width: 1200px) {
	.ElementHide-lg,
	tr.ElementHide-lg,
	th.ElementHide-lg,
	td.ElementHide-lg {
		display: none !important;
	}
}


/*****bootstrap.css 2*****/
blockquote {
	padding: 21px;
	margin: 0px 0 42px 0;
	font-family:Arial;
	font-style:italic;
	color:#848484;
	position:relative;
	border:none;
}
blockquote p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 22.5px;
	text-indent:50px;
}
blockquote small {
	display: block;
	line-height: 18px;
	font-size:12px;
	position:absolute;
	bottom:-42px;
	left:20%;
	padding:24px 0 0 30px;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}

mark,.mark{
    padding:0;
}

.Pic img{
	max-width:100%;
}

.animation img{
    max-width:100%;
}

.photo_box img{
    max-width:100%;
}

.our_team img,.our_team2 img{
	max-width:100%;
	width:100%;
}
.Lead img{
	max-width:100%;
}
#dnngo_megamenu .dnngo_boxslide img{
	max-width:100%;
}


.btn-primary,.btn-danger{
	color:#ffffff !important;
}
.btn-default{
	color:#333333 !important;
}

.tp-simpleresponsive > ul > li{
	line-height:20px;
}

li{
	list-style:none;
}

.pane_area{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* ---- combination filters ---- */
.isotope_grid {
	width:100%;
	position:relative;
}
.isotope_grid .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
}
.isotope_grid .isotope_item {
  width:200px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}
.isotope_grid .isotope_item .pic_box img{
	width:100%
}
.isotope_grid .isotope_item > div {
	margin:0;
}
.isotope_grid .isotope_group{
	margin-bottom:10px;
	position:absolute;
	top:-50px;
	right:0;
	border:1px solid #009b85;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#ffffff;
}
.isotope_grid .isotope_group a:first-child{
	border-left:none;
}
.isotope_grid .isotope_group a{
	border-left:1px solid #009b85;
	display:inline-block;
	line-height:20px;
	float:left;
	padding:5px 32px;
	color:#666666;
	font-size:14px;
	text-decoration:none;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
}
.isotope_grid .isotope_group a:hover,
.isotope_grid .isotope_group a.active {
	color:#ffffff;
	text-decoration:none;
	background-color:#009b85;
}
.isotope_grid .photo_box .content .ico{
	margin:0 0 5px;
}
.isotope_grid .photo_box .ico span {
	color: #FFF;
	width: 35px!important;
	height: 35px!important;
	line-height: 35px!important;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin: 0px 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.isotope_grid .photo_box .content h2{
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#ffffff!important;
	border:none!important;
	display:block;
	margin:0 auto!important;
	text-align:center;
	text-transform:uppercase;
}
.isotope_grid .photo_box .content p{
	margin:0;
}
.isotope_grid .isotope_main .photo_box{
	margin:0 0 15px 15px;
}
.isotope_grid .isotope_grid_main{
	margin-left:-10px;
}
@media only screen and (max-width: 767px) {
	.isotope_grid .isotope_group{
		position:relative;
		top:0;
		display:inline-block;
		border:none !important;
		background:none;
	}
	.isotope_grid .isotope_group a{
		margin:0 3px 3px 0;
		background-color:#ffffff;
		border:1px solid #009b85 !important;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	.isotope_grid .isotope_main{
		margin-left:0;
	}
	.isotope_grid .isotope_main .photo_box{
		margin:0 0 15px;
	}
}


/*Our Team*/
.our_team3 .team_title {
	padding:15px 0px 8px;
	font-size:18px;
	color:#009b85;
	background:none;
	text-align:left;
} 
.our_team3 .team_title span {
	color:#2c3433;
	display:inline;
	padding:0;
}
.our_team3 .team_content {
	color:#808080;
}
.our_team3 .team_social{
	padding:0px;
	background:none;
	text-align:left;
}
.our_team3 .team_social a,
.our_team3 .team_social a:link,
.our_team3 .team_social a:active,
.our_team3 .team_social a:visited{
	font-size:32px;
	color:#d2d2d2;
	margin-right:3px;
}
.our_team3 .team_social a:hover {
	color:#009b85;
	text-decoration:none;
}
.our_team3 .team_list{
	text-align:left;
}

 @media only screen and (max-width: 767px) {
	.our_team3 .team_list{
		max-width:250px;
		margin:auto auto 5px;
	}
}

.link_list2 {
	margin: 0px;
	padding: 0px;
}
.link_list2 li {
	display: inline-block;
	list-style: none;
	margin-left: -3px;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
*+html .link_list2 li {
	display: inline
}

/*new page*/

.TeamDetail_left {
	border: 1px dashed #cfcfcf;
	padding: 10px;
}
.TeamDetail_left img {
	max-width:100%;
	margin-bottom:15px;
}
.TeamDetail_left .team_social{
	border-top: 1px dashed #cfcfcf;
	padding: 12px 0 0px;
	margin-top: 15px;
	font-size: 30px;
}
.TeamDetail_left .team_social a {
	color: #009b85;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
	background:none;
	text-indent:0;
	font-size: 28px;
    height: 30px;
    margin: 0;
    width: 30px;
	overflow:visible;
}

.TeamDetail_left .team_social a:hover {
	color: #2e2e2e;
}

.TeamDetail_right .Teamtitle {
	color:#2c3433;
	font-size:18px;
	font-weight:normal;
}
.TeamDetail_right .Teamtitle span{
	color: #009b85;
}
.TeamDetail_content {
 }
.TeamDetail_info {
	border-top: 1px dashed #dcdcdc;
	border-bottom: 1px dashed #dcdcdc;
	margin:0;
	padding:7px 0;
}
.TeamDetail_info li{
	list-style:none;
	padding:7px 10px 7px 0;
	display:inline-block;
	vertical-align:middle;
}
.TeamDetail_info li span.glyphicons,
.TeamDetail_info li span.social{
	width:29px;
	height:29px;
	line-height:29px;
	background-color:#dcdcdc;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin-right:10px;
	vertical-align:middle;
}
.TeamDetail_info li a,
.TeamDetail_info li a:link,
.TeamDetail_info li a:active,
.TeamDetail_info li a:visited {
	color:#8a8a8a; 
	text-decoration:none 
}
.TeamDetail_info li a:hover {
	color:#009b85;
	text-decoration: underline
}
.loaded_list3 p {
	margin: 0px;
	color: #2e2e2e;
}

.loaded_list3 .progress {
	margin: 0 0 10px;
	height: 26px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.loaded_list3 .progress .progress-bar {
	height: 26px;
	line-height: 26px;
	text-align: right;
	background: #009b85;
	color:#FFF;
	width:0;
	transition: 		width ease-in 200ms;
	-moz-transition: 	width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		width ease-in 200ms; /* Opera */
	-ms-transition: 	width ease-in 200ms; /* IE9? */
}

.loaded_list3 .progress .progress-bar span {
	padding-right: 5px;
}


.bs-docs-example .progress{
	height:20px;
}

.breadcrumb_social{
	text-align:center;
}
.breadcrumb_social a{
	width:39px;
	height:39px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow:hidden;
	display:inline-block;
	background-color:#ffffff;
	margin:0 1px;
	transition: background-color ease 300ms;
	-moz-transition: background-color ease 300ms; /* Firefox 4 */
	-webkit-transition: background-color ease 300ms; /* Safari and Chrome */
	-o-transition: background-color ease 300ms; /* Opera */
	-ms-transition: background-color ease 300ms; /* IE9? */
}
.breadcrumb_social span{
	font-size:18px;
	text-indent:-1px;
	background-color:#777;
	color:#ffffff;
	width:16px !important;
	height:18px;
	margin:10px 0 0;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
}
.breadcrumb_social a:hover{
	background-color:#777;
}
.breadcrumb_social a:hover span{
	color:#777;
	background-color:#fff;
}


/*player*/
.player .Play {
	cursor: pointer;
	display: inline-block;
}
.player.Button {
	display: block!important;
	width: auto;
	height: auto;
	box-shadow: none;
	position: absolute;
	z-index: 1000;
	background-color: #F00;
	color: #FFF;
}
.player .YTPOverlay{
	background-color:#000;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.player .Play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.player_boxes{
	padding:50px 40px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.player_boxes.dark{
	background-color:rgba(0,0,0,0.6);
}


.player_boxes .player_title{
	font-size:50px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:1.1;
}
.player_boxes .player_line {
	width:70px;
	margin:20px auto;
}
.player_boxes .player_smalltitle {
	font-size:16px;
	letter-spacing:2px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:1.2;
}
.player_boxes .player_content{
	color:#666666;
	margin:0px 10% 30px; 
}
.player_boxes .Button_default {
	margin-bottom:10px;	
}
.player_boxes.dark .player_smalltitle,
.player_boxes.dark .player_content{
	color:#FFF;
}


/*responsive-video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}


/*loading*/
.loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.loading .container1 > div,
.loading .container2 > div,
.loading .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.loading .circle1 {
	top: 0;
	left: 0;
}
.loading .circle2 {
	top: 0;
	right: 0;
}
.loading .circle3 {
	right: 0;
	bottom: 0;
}
.loading .circle4 {
	left: 0;
	bottom: 0;
}
.loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes 
bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
@keyframes 
bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}

.isotope_grid .loading {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -10px;
}

/***new portfolios group***/
.isotope_grid .portfolios_group{
	margin:5px 0 35px;
	position:relative;
	display:inline-block;
	top:0;
}
.isotope_grid .portfolios_group a{
	padding:8px 32px;
	line-height:18px;
	font-size:13px;
	outline:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
/***portfolios button***/
a.portfolios_default_btn{
	display:inline-block;
	width:120px;
	line-height:36px !important;
	border:1px solid #009b85;
	color:#009b85;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	text-transform:uppercase;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.portfolios_default_btn:hover{
	color:#ffffff;
	background-color:#009b85;
	text-decoration:none;
}
@media only screen and (max-width: 767px) {
a.portfolios_default_btn{
	margin-right:2px;
}
}
/***portfolios carousel***/
.portfolios_carousel_title{
	font-size:20px;
	color:#333333;
	padding:23px 0 15px;
}
.portfolios_carousel .carousel .owl-buttons .owl-prev,
.portfolios_carousel .carousel .owl-buttons .owl-next{
	border:1px solid #d1d1d1;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	left:-50px;
	margin-top:-25px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.portfolios_carousel .carousel .owl-buttons .owl-next{
	left:auto;
    right:-50px;
}
.portfolios_carousel .carousel .owl-buttons .owl-prev:before,
.portfolios_carousel .carousel .owl-buttons .owl-next:before{
	border-bottom:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
}
.portfolios_carousel .carousel_1 .owl-buttons .owl-prev:hover,
.portfolios_carousel .carousel_1 .owl-buttons .owl-next:hover,
.portfolios_carousel .carousel .owl-buttons .owl-prev:hover:before,
.portfolios_carousel .carousel .owl-buttons .owl-next:hover:before{
	border-color:#009b85;
}
@media only screen and (max-width: 767px) {
.portfolios_carousel .carousel .owl-buttons .owl-prev{
	left:-20px;
}
.portfolios_carousel .carousel .owl-buttons .owl-next{
	right:-20px;
}
}

/***Grid layouts***/
.Grid_layouts .isotope_main{
	margin-left:-15px;
}
.Grid_layouts .photo_box .content h2{
	font-size:16px;
	line-height:1.8;
}
.Grid_layouts  .photo_box .content p{
	font-size:13px;
	margin-bottom:15px;
}
.Grid_layouts .photo_box .content a{
	font-size:14px;
	color:#ffffff;
    line-height:36px;
	border:1px solid #ffffff;
	padding:8px 45px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.Grid_layouts .photo_box .shade{
	background-color:#009b85;
}
.Grid_layouts .photo_box:hover .shade{
	opacity:0.8;
}
@media only screen and (max-width: 767px) {
.Grid_layouts .isotope_main{
	margin-left:0;
}
}

/***Classic layouts***/
.Classic_layouts .isotope_main{
	margin-left:-15px;
}
@media only screen and (max-width: 767px) {
.Classic_layouts .isotope_main{
	margin-left:0;
}
}

/***Text layouts***/
.Text_layouts .isotope_main{
	margin-left:-15px;
}
.Text_layouts .photo_box .ico span{
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:16px;
	border:1px solid #ffffff;
	background:none !important;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Text_layouts .photo_box a:hover span{
	color:#009b85;
	background:#ffffff !important;
}
.Text_layouts .photo_box .shade{
	background-color:#009b85;
}
.text_sytle1{
	font-size:12px;
	color:#666666;
	padding:16px 0 19px;
}
.text_sytle1 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle1 a{
	font-size:13px;
	color:#009b85;
	text-transform:uppercase;
}
.text_sytle2{
	font-size:13px;
	color:#666666;
	padding:20px 20px 15px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.text_sytle2 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_sytle2 .info span{
	margin-right:3px;
}
@media only screen and (max-width: 767px) {
.Text_layouts .isotope_main{
	margin-left:0;
}
}

/***List layouts***/
.List_layouts .isotope_main{
	margin-left:0;
}
.List_layouts .isotope_item > div{
	margin:0 -15px;
}
.List_layouts .isotope_main .photo_box{
	margin:0;
}
.List_layouts .isotope_item{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5; 
}
.List_layouts_text{
	font-size:12px;
}
.text_sytle3{
	font-size:13px;
	color:#666666;
}
.text_sytle3 h3{
	font-size:15px;
	color:#333333;
	margin:0 0 7px;
	text-transform:uppercase;
}
.List_layouts_text hr{
	width:60px;
	margin:20px 0;
	border-color:#009b85;
	display:inline-block;
}
.List_layouts_text p a{
	margin-top:26px;
}
@media only screen and (max-width: 767px) {
.List_layouts .isotope_main .photo_box{
	margin:0 0 15px;
}
}

/***Sidebar layouts***/
.Sidebar_layouts{
	padding-bottom:25px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5; 
}
.Sidebar_layouts .text_sytle3{
	padding:20px 0 4px;
}
.Sidebar_layouts p a{
	margin-top:13px;
}
.Sidebar_layouts_categories{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_categories li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_categories li a{
	color:#666666;
}
.Sidebar_layouts_categories .glyphicons{
	font-size:12px;
	color:#009b85;
	margin-right:10px;
}
.categories_number{
    float:right;
}
.Sidebar_layouts_recent_news{
	font-size:13px;
	color:#888888;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d1d1d1; 
}
.Sidebar_layouts_recent_news img{
	float:left;
	padding-right:20px;
}
.Sidebar_layouts_recent_news .heading{
	font-size:14px;
	color:#333333;
	padding-top:8px;
}
.Sidebar_layouts_recent_news .heading a{
	color:#333333;
}
.Sidebar_layouts_links{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_links li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
}
.Sidebar_layouts_links li a{
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_links .glyphicons{
	color:#009b85;
	margin-right:10px;
}

/***All Single layouts***/
.Single_Layouts{
	font-size:12px;
	color:#666666;
}
.Single_Layouts h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
	margin:20px 0 15px;
}
.Single_Layouts p{
	padding-bottom:11px;
}
.Single_Layouts .carousel .owl-pagination{
	top:auto;
	bottom:0;
}
.Single_Layouts .carousel .owl-page{
	background-color:rgba(255,255,255,0.6);
	width:17px;
	height:17px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.Single_Layouts .carousel .owl-page.active{
	background-color:#ffffff;
}
@media only screen and (max-width: 767px) {
.Single_Layouts .carousel .owl-buttons .owl-prev,
.Single_Layouts .carousel .owl-buttons .owl-next{
	margin-top:-33px;
}
}
/***page control***/
.page_turning a{
	font-size:12px;
	color:#666666 !important;
	margin:0 5px 5px 0;
}
a.page_control{
	display:inline-block;
	line-height:31px !important;
	width:70px;
	border:1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.page_number{
	display:inline-block;
	height:30px;
	line-height:30px !important;
	width:30px;
	border:1px solid #cccccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.page_control:hover,a.page_number:hover{
	color:#009b85 !important;
	border:1px solid #009b85;
	text-decoration:none;
}
.Single_page{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #d8d8d8;
}
.Single_page a{
	font-size:13px;
	color:#009b85;
	display:inline-block;
	line-height:38px !important;
	width:100px;
	border:1px solid #009b85;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Single_page a:hover{
	background-color:#009b85;
	color:#ffffff;
}
.prev_control{
	float:left;
}
.next_control{
	float:right;
}

