@import url( bootstrap.css );
@import url( animation.css );

/* CSS Document */



#Body {
	color: #8a8989;
	background: #FFF;
}


html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5 'Open Sans', sans-serif;
	color: #8a8989;
	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;
}

A:focus {
	outline: none;
	-moz-outline: none;
}

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;
}

/* ********** Buttons Style ************** */
a.Button_default,
a:link.Button_default,
a:active.Button_default,
a:visited.Button_default {
	padding: 12px 30px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color:#FFF;
	background-color:#3cceda;
	margin: 0px 12px 10px 0;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,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 a.Button_default {
	display: inline;
}

a.Button_default:hover {
	background-color: #2e2e2e!important;
	color: #FFF;
	text-decoration: none;
}

a.Button_white,
a:link.Button_white,
a:active.Button_white,
a:visited.Button_white{
	padding: 16px 40px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color:#FFF;
	border:2px solid #ffffff;
	margin: 0px 12px 10px 0;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	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? */
}

*+html a.Button_white{
	display: inline;
}

a.Button_white:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#3cceda;
	border:2px solid #3cceda;
}

a.Button_border,
a:link.Button_border,
a:active.Button_border,
a:visited.Button_border{
	padding: 12px 40px;
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
	color:#3cceda;
	border:1px solid #3cceda;
	margin: 0px 12px 10px 0;
	text-decoration: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? */
}
a:hover.Button_border{
	color:#FFF!important;
}

a.Button_border_gray,
a:link.Button_border_gray,
a:active.Button_border_gray,
a:visited.Button_border_gray{
	padding: 12px 20px;
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
	color:#7b7b7b;
	border:1px solid #cfcfcf;
	margin: 0px 12px 10px 0;
	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:hover.Button_border_gray{
	border:1px solid #3cceda;
	color:#3cceda;
}

a.Button_border_white, 
a.Button_border_white:link, 
a.Button_border_white:active, 
a.Button_border_white:visited {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
    padding: 9px 30px;
	font-weight:normal;
    text-decoration: none;
    transition: all 200ms ease-in 0s;
}
a.Button_border_white:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

a.Button_border_gray2,
a:link.Button_border_gray2,
a:active.Button_border_gray2,
a:visited.Button_border_gray2{
	padding: 10px 30px;
	font-size: 13px;
	font-weight:bold;
	display: inline-block;
	white-space: nowrap;
	color:#000000;
	border:2px solid #000000;
	margin: 0px 12px 10px 0;
	text-decoration:none;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	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:hover.Button_border_gray2{
	border-color:#3cceda;
	color:#3cceda;
}





/* ********** Pane Style ************** */
.row [class*="Pane"] {
	padding: 0px 0px 5px 0px;
}

.DNNEmptyPane {
	display: none;
}

.TopOutPaneA {
	margin: 35px 0 0px!important;
}

.TopOutPane {
	padding: 0!important;
}
[class*="Pane"]{
	margin-bottom:25px;
}
.Full_Screen_PaneH {
	margin-bottom:0;
}
.BannerPane {
	background-color:#F6EE1F;
	margin:0;
}
.BannerPane.DNNEmptyPane{
	width:100%;
	display:block;
}
#dnn_content {
	padding-top:25px;
}
 

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.SubTitle {
	font-family: 'Open Sans', sans-serif;
}

.SubSubTitle {
	font-family: 'Open Sans', sans-serif;
}

.Normal {
	font-family: 'Open Sans', sans-serif;
}



.content_sytle_1{
	color:#ffffff;
	font-size:24px;
}
.content_sytle_1 a,
.content_sytle_1 a:link,
.content_sytle_1 a:active,
.content_sytle_1 a:visited{
	display:inline-block;
	vertical-align:middle;
	color:#FFF;
	border:1px solid #FFF;
	font-size:13px;
	padding:10px 30px;
	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? */
}
.content_sytle_1 a:hover{
	color:#555555;
	border:1px solid #555555;
}

.content_sytle_2{
	color:#ffffff;
	font-size:24px;
	line-height:1.4;
}
.content_sytle_2 .Button_border_white {
	line-height:28px;
}


.content_sytle_3 {
	text-align:left;
}
.content_sytle_3 a {
	text-decoration:none;
	margin:25px auto 0!important;
	display:inline-block;
}



/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {

}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}
}

/* ********** Other Style ************** */	

.dnn_layout {
	width: 970px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.HeadTopPane {
	width: 100%;
	background-color: #000;
}

.HeadTopPane img {
	max-width: 100%;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}

/*language*/

.languageBox {
	white-space: nowrap;
	padding: 0px;
	text-align:center;
}
.languageBox img {
	width: 27px;
	height: 18px;
}

.languageBox span img {
	margin-right: 7px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	vertical-align: middlea;
}
*+html .languageBox span {
	font-size: 30px;
}
.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 {
	text-align:center;
}
.Login .loginGroup,
.Login .registerGroup,
.Login .sep  {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	height:30px;
	line-height:30px;
}
.Login .sep {
	padding: 0 5px ;
}
.Login .registerGroup ul{
	margin: 0;
	padding: 0;
	display:block;
	list-style:none;
}
.Login .registerGroup .buttonGroup > li,
.Login .loginGroup > a  {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height:1;
}
.Login img {
	margin:0 0 2px 8px;
	padding:0;
	max-height:36px;
}

.Login .glyphicons {
	display: inline-block;
	vertical-align: middle;
}

.Login .registerGroup li.userMessages strong,
.Login .registerGroup li.userNotifications strong{
	display:none;
}
.Login .registerGroup li.userMessages a,
.Login .registerGroup li.userNotifications a{
	font-family: 'Glyphicons Regular';
	position:relative;
	padding:0px 10px;
}
.Login .registerGroup li.userMessages a:before {
	content: "\2709";
	position:absolute;
	left:2px;
	top:50%;
	margin-top:-10px;
	height:20px;
	line-height:24px;
}
.Login .registerGroup li.userNotifications a:before {
	content: "\E196";
	position:absolute;
	left:2px;
	top:50%;
	margin-top:-10px;
	height:20px;
	line-height:24px;
}
.Login .registerGroup li.userMessages a span,
.Login .registerGroup li.userNotifications a span{
	position:absolute;
	bottom:100%;
	right:0px;
	margin:0 -6px -11px 0;
	background-color: #3cceda;
	padding:2px 4px 3px;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

.Login .registerGroup li.userMessages:after,
.Login .registerGroup li.userNotifications:after {
	content: "|";
	padding:0px 5px;
}




/* Search Style  */
.searchBox {
	background:transparent;
	display:block;
}
.searchBox #dnn_dnnSEARCH_ClassicSearch,
.searchBox #dnn_dnnSEARCH1_ClassicSearch,
.searchBox #dnn_dnnSEARCH2_ClassicSearch,
.searchBox #dnn_dnnSEARCH3_ClassicSearch {
	background: none;
	border: none;
	float: none;
	position: relative;
	white-space: nowrap;
	width: 100%;
	display: block;
	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;
	left:0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #a1a0a0;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

a.search:before {
	content: "\E028";
}

.searchBox input.NormalTextBox {
	width: 80%;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 25px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: static !important;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
}

.searchBox .searchSkinObjectPreview {
	left:0!important;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
ul.searchSkinObjectPreview{
	z-index:1000!important
}




/*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;
}

.roll_menu.roll_activated {
	position: fixed;
	background-color: #000;
	width: 100%;
}

/* ********** HEADER ************** */


.header_top {
	background:#2a2a2a;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #3cceda;
	text-decoration: none;
}


#body,
body {
	position: relative;
}


.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	background-color: #000;
}

.roll_replace {
	position: absolute;
}


.header_top .Login ,
.header_top .languageBox,
.header_top .searchBox{
	height:0;
	overflow:hidden;
	padding: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? */

}

.header_top .Login.activated ,
.header_top .languageBox.activated,
.header_top .searchBox.activated{
	height:60px;
	padding:15px 0;
	overflow:hidden;
}
.header_top .searchBox.activated{
	overflow:visible;
}
.header_top .searchBox a.search,
.header_top .searchBox input.NormalTextBox{
	height:0;
	overflow:hidden;
	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? */
}
.header_top .searchBox.activated a.search{
	height:30px;
}
.header_top .searchBox.activated input.NormalTextBox{
	height:18px;
}




.header_top .head_mid{
	position:relative;
}
.header_top .tabs_close {
	position:absolute;
	top:50%;
	right:0;
 	width:24px;
	height:24px;
	margin:-12px 15px 0 0 ;
	cursor:pointer;
	display:none;
}
.header_top .tabs_close:before,
.header_top .tabs_close:after{
	content:"";
	border-left:1px solid #FFF;
	width:0px;
	height:14px;
	position:absolute;
	top:6px;
	left:11px;
	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 */
}
.header_top .tabs_close:after{
	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 */
}


/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	float: right;
}

/*main menu*/
 

.dnn_menu {
	position: relative;
	z-index: 904;
	margin: 0px 25px 0 0;
}

/*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:0 5px;
}

#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;
	letter-spacing:2px;
	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;
}

#dnngo_megamenu .primary_structure > li > a >span >img,
#dnngo_megamenu .primary_structure > li > a >span >i{
	display:none;
}
/*sub*/

#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin: 0;
	padding: 0;
}

#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_boxslide {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px;
}



/*dnngo_slide_menu*/

#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	white-space: nowrap;
}

#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;
	padding: 7px 60px 7px 20px;
	font-size: 13px;
	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? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
}

#dnngo_megamenu .dnngo_slide_menu li.dir:before {
	content: "";
	right: 10px;
	top: 50%;
	position: absolute;
	margin-top: -2px;
	width:5px;
	height:5px;
	border-right:1px solid #9c9c9c;
	border-bottom:1px solid #9c9c9c;
	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: 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? */
}

/*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;
	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);
}

#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;
}

#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
	float: left;
	padding: 0px 15px;
	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 0px;
	font-size: 12px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li{
	padding:5px 10px;
}

#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu {
	padding: 10px;
}

#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*+html #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul >li {
	display: inline;
}

#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li > a > span {
	font-size: 14px;
	padding-bottom: 20px;
}

#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li > a:hover {
	text-decoration: none;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
	width: 100%!important;
}

#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: "";
	width:5px;
	height:5px;
	border-right:1px solid #9c9c9c;
	border-bottom:1px solid #9c9c9c;
	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 */
	vertical-align:middle;
	display: inline-block;
	margin:0px 8px 0 0 ;
 }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before {
	border-left-color: #3cceda;
}

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
}

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
}

#dnngo_megamenu .mega_title {
	font-size: 14px!important;
	font-weight: normal;
	padding: 15px 0 5px;
	line-height: 1.2;
}




/*Left Menu*/

#left_menu {
	padding: 0px 0px 0px;
	margin: 0px 0 15px;
	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 26px;
	color: #383838;
	position: relative;
	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? */
}
#left_menu > .gomenu > ul > li {
	margin-bottom:3px;
}
#left_menu > .gomenu > ul > li > a{
	background-color:#fff;
	border-bottom:1px solid #e5e5e5;
	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? */
}
#left_menu > .gomenu > ul > li.current > a,
#left_menu > .gomenu > ul > li.current > a:hover {
	background-color:#f6ee1f;
	border:1px solid #f6ee1f;
	color:#000;
}

#left_menu ul li.dir > a:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 20px;
	height: 20px;
	line-height:20px;
	font-size:20px;
	margin: -8px 0 0 0;
	text-align:center;
}
#left_menu > .gomenu > ul > li.current.dir > a:after {
	content: "-";
	font-size:30px;
	line-height:12px;
	text-align:center;
}
#left_menu > .gomenu > ul > li.current > a:after,
#left_menu > .gomenu > ul > li.current > a:hover:after{
	color:#FFF;
}


#left_menu ul ul {
	display: none;
	padding: 0;
}

#left_menu ul ul ul {
	padding: 5px 0px 0;
	display: none;
	margin-bottom: 0px;
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

#left_menu ul li.current > ul,
#left_menu ul ul .subcurrent > ul {
	display: block;
}

#left_menu ul li li {
	margin: 0;
	border-bottom:1px solid #e5e5e5
}
#left_menu ul li li.last-item{
	border-bottom:none; 
}
#left_menu ul li li.dir > ul {
	border-top:1px solid #e5e5e5
}


#left_menu ul li li a {
	position: relative;
	padding: 15px 0px 15px 30px;
	line-height: 18px;
	border: none;
	white-space: normal;
	color: #666666;
	font-size:14px;
	text-transform: 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? */
}
#left_menu ul li li a:hover {
}
#left_menu ul li li a:before{
	content:"";
	width:4px;
	height:4px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	background-color:#8c8c8c;
	margin-bottom:2px;
}

#left_menu ul li a:hover {
}
#left_menu ul li  a:hover,
#left_menu ul li.subcurrent > a{
}
#left_menu ul li li li a {
	padding-left:45px;
}
#left_menu ul li li li li a {
	padding-left:60px;
}


/*sitemap_menu*/

#sitemap_menu {
	margin-bottom: 15px;
}

#sitemap_menu li {
	list-style: none;
	position: relative;
	font-size: 14px;
	padding: 0 0 0 15px;
	margin: 0;
}

#sitemap_menu li a {
	display: block;
	padding: 4px 0;
}

#sitemap_menu li:before {
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	top: 13px;
	left: 0px;
	border: 5px solid transparent;
	border-left-color: #3cceda;
}

#sitemap_menu li a:hover {
	color: #666666;
}

#sitemap_menu ul {
	margin: 0px;
	padding: 0px;
}

/* ********** CONTENT ************** */	


#dnn_content {
	min-height: 400px;
	position:relative;
	z-index:3;
}
#dnn_content:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1
}



.backgroundImage1 {
	background:#f1f1f1;
}

.backgroundImage2 {
	background: #3cceda;
	text-align: center;
}
.backgroundImage2 h3 {
	color: #FFF;
}
.backgroundImage2,
.backgroundImage2 .Normal,
.backgroundImage2 a,
.backgroundImage2 a:link,
.backgroundImage2 a:active,
.backgroundImage2 a:visited,
.backgroundImage2 a:hover {
	color: #FFF;
}




.backgroundImage3 {
	background: #F6EE1F;
}
.backgroundImage3,
.backgroundImage3 .Normal,
.backgroundImage3 a,
.backgroundImage3 a:link,
.backgroundImage3 a:active,
.backgroundImage3 a:visited,
.backgroundImage3 a:hover {
	color: #8a8989;
}

.backgroundImage3 h3 {
	color: #FFF;
}


.backgroundImage4 {
	background: url(images/img_bg_4.jpg) center bottom;
	text-align: center;
	background-attachment: fixed;
}

.backgroundImage4,
.backgroundImage4 .Normal,
.backgroundImage4 a,
.backgroundImage4 a:link,
.backgroundImage4 a:active,
.backgroundImage4 a:visited,
.backgroundImage4 a:hover {
	color: #FFF;
}
.backgroundImage4 h3 {
	color: #FFF;
}



.backgroundImage5 {
	background: url(images/img_bg_5.jpg) center bottom;
	text-align: center;
	background-attachment: fixed;
}

.backgroundImage5,
.backgroundImage5 .Normal,
.backgroundImage5 a,
.backgroundImage5 a:link,
.backgroundImage5 a:active,
.backgroundImage5 a:visited,
.backgroundImage5 a:hover {
	color: #FFF;
}
.backgroundImage5 h3 {
	color: #FFF;
}

.backgroundImage6 {
	background: url(images/img_bg_6.jpg) ;
	text-align: center;
}
.backgroundImage6,
.backgroundImage6 .Normal,
.backgroundImage6 a,
.backgroundImage6 a:link,
.backgroundImage6 a:active,
.backgroundImage6 a:visited,
.backgroundImage6 a:hover {
	color: #FFF;
}
.backgroundImage6 h3 {
	color: #FFF;
}




.backgroundImage7 {
	background: url(images/img_bg_7.png) #f5f5f5;
	text-align: center;
}

.backgroundImage8 {
	background: url(images/img_bg_8.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.backgroundImage8,
.backgroundImage8 .Normal,
.backgroundImage8 a,
.backgroundImage8 a:link,
.backgroundImage8 a:active,
.backgroundImage8 a:visited,
.backgroundImage8 a:hover {
	color: #FFF;
}
.backgroundImage8 h3 {
	color: #FFF;
}

.backgroundImage8 > * {
	position: relative;
	z-index: 1;
}

.backgroundImage9 {
	background: #f8f8f8;
	text-align: center;
}
.backgroundImage10 {
	background: #757575;
	text-align: center;
}
.backgroundImage10,
.backgroundImage10 .Normal,
.backgroundImage10 a,
.backgroundImage10 a:link,
.backgroundImage10 a:active,
.backgroundImage10 a:visited,
.backgroundImage10 a:hover {
	color: #FFF;
}.backgroundImage10 h3 {
	color: #FFF;
}



.backgroundImage11 {
	background: url(images/img_bg_11.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.backgroundImage11,
.backgroundImage11 .Normal,
.backgroundImage11 a,
.backgroundImage11 a:link,
.backgroundImage11 a:active,
.backgroundImage11 a:visited,
.backgroundImage11 a:hover {
	color: #FFF;
}
.backgroundImage11 h3 {
	color: #FFF;
}
.backgroundImage12 {
	background: url(images/img_bg_12.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.backgroundImage12,
.backgroundImage12 .Normal,
.backgroundImage12 a,
.backgroundImage12 a:link,
.backgroundImage12 a:active,
.backgroundImage12 a:visited,
.backgroundImage12 a:hover {
	color: #717171;
}


.backgroundImage13 {
	background: url(images/img_bg_13.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

.backgroundImage13,
.backgroundImage13 .Normal,
.backgroundImage13 a,
.backgroundImage13 a:link,
.backgroundImage13 a:active,
.backgroundImage13 a:visited,
.backgroundImage13 a:hover {
	color: #FFF;
}



 @media only screen and (max-width: 1024px) {

.backgroundImage1,
.backgroundImage2,
.backgroundImage4,
.backgroundImage6,
.backgroundImage7,
.backgroundImage8,
.backgroundImage10,
.backgroundImage11,
.backgroundImage13,
.backgroundImage14,
.backgroundImage15,
.backgroundImage17,
.backgroundImage18 {
	background-attachment: scroll;
	background-position: center bttom; 
}
}

/*title*/

.ContentTitle_1 {
	border-left: 2px solid #ffffff;
	padding: 0 0 0 15px;
	font-size: 28px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 28px;
	text-align: left;
}
.ContentTitle_2{
	font-size:16px;
	color:#000000;
	position:relative;
	padding-right:10px;
	display:inline-block;
	margin-right:115px;
}
.ContentTitle_2:before{
	content:"";
	position:absolute;
	top:50%;
	width:115px;
	border-bottom:1px solid #dadada;
	height:0;
	left:100%;
}


/* ********** FOOTER ************** */	

.foot_bg,
.footer_bottom{
	position:relative;
	z-index:3
}
.foot_bg:before,
.footer_bottom:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:-1;
}
 
.footer_bottom{
	padding:0px 0;
}


.footer_box [class*=Pane]{
	margin:60px 0;
}
.footer_box,
.footer_box .Normal,
.footer_box a{
	font-size:13px;
	color:#8f8f8f;
}

.copyright_style {
	float: left;
	padding: 20px 8px;
}

.FooterPane {
	float: right;
	padding: 19px 8px 0;
	margin: 0!important;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 12px;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #3cceda;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 43px;
	height: 43px;
	float:right;
	margin-top:10px;
	text-align: center;
	font-size: 24px;
 	z-index:1000;
	cursor:pointer;
	position:fixed;
	right:20px;
	bottom:20px;
	display:none;
	background-color:#F6EE1F !important;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	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? */
}

#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	margin: -2px 0 0 -6px;
	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 */
}
#to_top:hover{
	background-color:#000;
}
 
.FooterPane .Normal,
.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited,
.FooterPane .social-icons a {
	color: #666666;
}




/*module*/


/*chart*/


.chart_list_1 {
	text-align: center;
	color:#3cceda;

 }

.chart_list_1 .percentage1 {
	position: relative;
	margin: 8px auto 18px;
	width: 180px;
	height: 180px;
	line-height: 180px;
	color: #3cceda;
}

.chart_list_1 .percentage1 .percentage_inner {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	font-size: 40px;
	color: #3cceda;
	font-weight:bold;
}

/*loaded_list*/
.loaded_list_1 p {
	color:#000;
}
.loaded_list_1 .progress{
	background-color:#e2e2e2;
	height:30px;
	overflow:visible;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.loaded_list_1 .bar{
	height:30px;
	background-color:#3cceda;
	width:0;
	position:relative;
	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? */
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.loaded_list_1 .bar span {
	position:absolute;
	right:0;
	top:-30px;
	background-color:#000;
	font-size:12px;
	line-height:1;
	padding:5px;
	color:#FFF;
	display:none;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.loaded_list_1 .bar span:before{
	content:"";
	border:4px solid transparent;
	border-top-color:#000;
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-4px;
}

.loaded_list_2 p {
	color:#000;
}
.loaded_list_2 .progress{
	background-color:#e2e2e2;
	height:18px;
	overflow:visible;
	margin:14px 0px 26px 0;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
}
.loaded_list_2 .bar{
	height:18px;
	line-height:18px;
	background: url(images/loaded_list_bg.png) #3cceda;
	width:0;
	position:relative;
	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? */
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
}
.loaded_list_2 .bar span {
	position:absolute;
	right:0;
	top:-20px;
	font-size:12px;
	line-height:1;
	padding:5px;
	color:#000;
	display:none;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
 


/*number_Animation*/
.number_Animation_1 {
	text-align:center;
	padding:40px 0;
	color:#3cceda;
	font-size:42px;
}
.number_Animation_1 .glyphicons{
	height:67px;
	width:67px;
	line-height:67px;
	text-align:center;
	border:1px solid #3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	font-size:20px;
	color:#3cceda;
	display:block;
	margin:auto auto 5px;
}

.number_Animation_2 {
	font-size:14px;
	color:#484848;
}
.number_Animation_2 .box{
	background-color:#FFF;
	margin:8px 0;
	padding:30px 0;
	color:#8a8989;
}
.number_Animation_2 .glyphicons {
	display:block;
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	margin:0px auto;
	font-size:50px;
	color:#3cceda;
	margin-bottom:8px;
}
.number_Animation_3 {
	text-align:center;
	padding:20px 0;
	color:#3cceda;
	font-size:42px;
}
.number_Animation_3 .glyphicons{
	height:67px;
	width:67px;
	line-height:67px;
	text-align:center;
	font-size:65px;
	color:#3cceda;
	display:block;
	margin:auto auto 5px;
}
.number_Animation_3 .number {
	color:#3cceda;
	font-style:italic;
	margin-left:-10px;
	font-size:36px;
} 
 
 

/*blockquote*/

blockquote {
	font-style: italic;
	color: #848484;
	position: relative;
	border: none;
}

blockquote p {
	font-size: 13px;
	line-height: 1.8;
	text-indent: 50px;
	margin: 0;
}

blockquote small {
	display: block;
	line-height: 18px;
	font-size: 12px;
	position: absolute;
	bottom: -42px;
	left: 20%;
	padding: 24px 0 0 30px;
}

/*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 img {
	max-width: 100%;
}

.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;
	border: 1px solid #e9e8e8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #e9e8e8;
	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 {
	text-decoration: none;
}

.Testimonials_tab .dot {
	position: absolute;
	bottom: 0;
}

.Testimonials_tab .dot a {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:2px solid #3cceda;
	font-size: 0;
	text-indent: -999px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	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 .Testimonials_tab .dot a {
	display: inline;
}
.Testimonials_tab .dot a.actived {
	background-color:#3cceda;
}

.Testimonials_1 .pic {
	display:block;
	padding:45px 0;
	text-align:center;
}
.Testimonials_1 blockquote,
.Testimonials_1 blockquote p{
	text-align:center;
	font-size:14px;
	font-style:normal;
	text-indent:0;
}
.Testimonials_1 blockquote{
	padding:0;
}
.Testimonials_1 blockquote small{
	position:static;
	padding:30px 0;
	text-align:center;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
.Testimonials_1 blockquote small:before{
	content:"";
}
.Testimonials_1 .dot {
	width:100%;
	text-align:center;
}
.Testimonials_1 blockquote .pic img{
	width:85px;
	height:85px;
}


.Testimonials_2 blockquote{
	padding:0;
}
.Testimonials_2 blockquote p{
	border:1px solid #d3d3d3;
	padding:20px 40px;
	line-height:2;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	text-indent:0;
}
.Testimonials_2 blockquote small{
	position:relative;
	top:0;
	left:0;
	padding:30px 0 15px;
	text-align:center;
	font-style:normal;
	color:#000000;
	font-size:14px;
}
.Testimonials_2 blockquote small:before{
	content:"";
	width:12px;
	height:12px;
	border-bottom:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	position:absolute;
	background-color:#FFF;
	top:-6px;
	left:50%;
	margin-left:-6px;
	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 */
}
.Testimonials_2 blockquote .pic {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.Testimonials_2 .dot {
	width:100%;
	text-align:center;
}
.Testimonials_2 blockquote .pic img{
	width:85px;
	height:85px;
}

.Testimonials_3 blockquote{
	padding:0;
}
.Testimonials_3 blockquote p{
	background-color:#f3f3f3;
	border:1px solid #e2e2e2;
	padding:25px 20px;
	font-size:14px;
	color:#7b7b7b;
	font-style:normal;
	text-indent:0;
}
.Testimonials_3 blockquote small{
	position:relative;
	top:0;
	left:0;
	padding:30px 20px 15px;
	font-style:normal;
	color:#000000;
	font-size:14px;
	float:left;
	text-align:center;
}
.Testimonials_3 blockquote small:before{
	content:"";
	width:15px;
	height:15px;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	position:absolute;
	background-color:#f3f3f3;
	top:-8px;
	left:50%;
	margin-left:-7px;
	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 */
}
.Testimonials_3 blockquote .pic {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.Testimonials_3 blockquote .pic img{
	width:98px;
	height:98px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.Testimonials_3 .last_page, 
.Testimonials_3 .next_page{
	bottom:90px;
	background-color:#a5a5a5;
	border:none;
	width:34px;
	height:34px;
	line-height:34px;
}
.Testimonials_3 .last_page{
	right:40px;
}
 
.Testimonials_3 .last_page:hover, 
.Testimonials_3 .next_page:hover{
	background-color:#3cceda
}

.Testimonials_4 blockquote{
	padding:0;
}
.Testimonials_4 blockquote p{
	padding:0px 20px 25px;
	font-size:14px;
	color:#7b7b7b;
	font-style:normal;
	text-indent:0;
}
.Testimonials_4 blockquote p:before,
.Testimonials_4 blockquote p:after{
	content:'"';
	font-size:24px;
	vertical-align:middle;
	padding-right:8px;
	line-height:1;
}
.Testimonials_4 blockquote small{
	position:relative;
	top:0;
	left:0;
	padding:10px 20px 15px;
	font-style:normal;
	color:#000000;
	font-size:14px;
	float:left;
	text-align:center;
}
.Testimonials_4 blockquote small:before{
	content:"";
}
.Testimonials_4 blockquote .pic {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.Testimonials_4 blockquote .pic img{
	width:98px;
	height:98px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.Testimonials_4 .dot{
	right:0px;
	bottom:80px;
}

.Testimonials_5 blockquote{
	padding:0 210px 0 0;
	margin-bottom:40px;
	position:relative;
}
.Testimonials_5 blockquote p{
	padding:30px;
	font-size:14px;
	background-color:#f3f3f3;
	color:#7b7b7b;
	font-style:normal;
	text-indent:0;
	text-align:right;
	border-right:3px solid #3cceda;
	min-height:200px;
}
.Testimonials_5 blockquote small{
	position:absolute;
	top:0;
	left:auto;
	right:0;
	padding:0px 20px 15px;
	font-style:normal;
	color:#000000;
	font-size:14px;
	float:left;
	text-align:center;
}
.Testimonials_5 blockquote small:before{
	content:"";
}
.Testimonials_5 blockquote .pic {
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.Testimonials_5 blockquote .pic img{
	width:160px;
	height:160px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.Testimonials_5 .dot{
	padding: 0;
	width:100%;
	text-align:center;
}

.Testimonials_6 blockquote{
	padding:0;
}
.Testimonials_6 blockquote p{
	padding:0px 0px 15px;
	font-size:14px;
	color:#7b7b7b;
	font-style:normal;
	text-indent:0;
	border-bottom:4px solid #3cceda;
}
.Testimonials_6 blockquote p:before,
.Testimonials_6 blockquote p:after{
	content:'"';
	font-size:24px;
	vertical-align:middle;
	padding-right:8px;
	line-height:1;
}
.Testimonials_6 blockquote small{
	position:relative;
	top:0;
	left:0;
	padding:25px 20px 35px;
	font-style:normal;
	color:#000000;
	font-size:14px;
	float:left;
	text-align:center;
}
.Testimonials_6 blockquote small:before{
	content:"";
	position:absolute;
	border:10px solid transparent;
	border-top:10px solid #3cceda;
	top:-1px;
	left:50px;
	margin-left:-7px;
}
.Testimonials_6 blockquote small .pic img{
	width:71px;
	height:71px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin-right:15px;
}

.Testimonials_6 .last_page, 
.Testimonials_6 .next_page{
	bottom:55px;
	border:1px solid #3cceda;
	color:#3cceda;
	width:34px;
	height:34px;
	line-height:34px;
}
.Testimonials_6 .last_page{
	right:40px;
}
 
.Testimonials_6 .last_page:hover, 
.Testimonials_6 .next_page:hover{
	background-color:#3cceda;
	color:#FFF;
}


.Testimonials_7 blockquote{
	padding:0;
}
.Testimonials_7 blockquote p{
	background-color:#3cceda;
	border-radius:			9px;
	-moz-border-radius:		9px;
	-webkit-border-radius:	9px;
	text-indent:0px;
	padding:20px ;
	color:#FFF!important;
}
.Testimonials_7 blockquote p:before,
.Testimonials_7 blockquote p:after{
	content:'"';
	font-size:24px;
	vertical-align:middle;
	padding-right:8px;
	line-height:1;
}
.Testimonials_7 blockquote small{
	position:relative;
	top:0;
	left:0;
	padding:35px 0px 0px 20px;
	font-style:normal;
	color:#000000;
	font-size:14px;
	float:right;
	text-align:right;
}
.Testimonials_7 blockquote small:before{
	content:"";
	position:absolute;
	border:10px solid transparent;
	border-top:10px solid #3cceda;
	top:-1px;
	right:40px;
	margin-left:-7px;
}
.Testimonials_7 blockquote small span {
	color:#3cceda;
	display:block;
	text-align:right;
	margin-bottom:5px;
}
.Testimonials_7 .dot{
	bottom:15px;
}
.Testimonials_7 .dot a{
	border:none;
	background-color:#898989;
	border:2px solid #898989!important;
	width:9px;
	height:9px;
	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? */
}




@media only screen and (max-width: 767px) {
	
.Testimonials_5 blockquote{
	padding:0;
}
.Testimonials_5 blockquote small{
	position:static;
	margin:10px 0 ;
	float:right;
}
	
	
}






/* horizontalTab_Top_1*/


.horizontalTab_Top_1 {
	padding-bottom: 15px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li{
	margin-right: 18px;
	border:1px solid #d0d0d0;
}
.horizontalTab_Top_1 ul.resp-tabs-list li:first-child{
	border-left:1px solid #d0d0d0;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	border-top:3px solid #3cceda;
}
.horizontalTab_Top_1 ul.resp-tabs-list li span {
	color:#262626;
	padding:10px 20px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span{
	color:#262626;
	padding-top:8px;
	background-color:transparent;
}
.horizontalTab_Top_1 .resp-tabs-container{
	border:1px solid #d0d0d0;
}

.horizontalTab_Top_2 {
	padding-bottom: 15px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li{
	margin-right:0px;
	margin-left:18px;
	background-color:#e5e5e5;
	border:1px solid #d0d0d0;
	float:right;
}
.horizontalTab_Top_2 ul.resp-tabs-list li:first-child{
	border-left:1px solid #d0d0d0;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active{
	border:1px solid #3cceda;
	background-color:#3cceda;
}
.horizontalTab_Top_2 ul.resp-tabs-list li span {
	color:#262626;
	padding:10px 20px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span{
	background-color:transparent;
	color:#FFF;
}
.horizontalTab_Top_2 .resp-tabs-container{
	border:1px solid #d0d0d0;
}

.horizontalTab_Top_3 {
	padding-bottom: 15px;
}

.horizontalTab_Top_3 ul.resp-tabs-list{
	text-align:center;
	padding:0;
	margin-bottom:-1px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li{
	margin:0 9px;
	border:1px solid #d0d0d0;
	border-bottom:none;
	display:inline-block;
	float:none;
}
.horizontalTab_Top_3 ul.resp-tabs-list li:first-child{
	border-left:1px solid #d0d0d0;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active{
}
.horizontalTab_Top_3 ul.resp-tabs-list li span {
	color:#262626;
	padding:10px 20px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span{
	color:#3cceda;
	background-color:transparent;
}
.horizontalTab_Top_3 .resp-tabs-container{
	border:1px solid #d0d0d0;
}

.horizontalTab_Top_4 {
	padding-bottom: 15px;
}

.horizontalTab_Top_4 ul.resp-tabs-list{
	padding:0;
	margin:0;
}
.horizontalTab_Top_4 ul.resp-tabs-list li{
	margin:0 18px -1px 0;
	border:1px solid #d0d0d0;
	border-bottom:none;
}
.horizontalTab_Top_4 ul.resp-tabs-list li:first-child{
	border-left:1px solid #d0d0d0;
}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active{
	border:1px solid #3cceda;
	position:relative;
}
.horizontalTab_Top_4 ul.resp-tabs-list li span {
	color:#262626;
	padding:10px 20px;
}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span{
	color:#FFF;
	background-color:#3cceda;
}

.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active:before{
	content:" ";
	position:absolute;
	top:100%;
	left:50%;
	border:7px solid transparent;
	border-top-color:#3cceda;
	margin-left:-5px;
}
.horizontalTab_Top_4 .resp-tabs-container{
	border:1px solid #d0d0d0;
	background-color:#f7f7f7;
}

 
.verticalTab_Left_1 {
	padding-bottom: 15px;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border:1px solid #d0d0d0;
	margin:0px 10px 10px 0;
}
.verticalTab_Left_1 ul.resp-tabs-list li:first-child{
	border-top:1px solid #d0d0d0;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active{
	background-color:#3cceda;
	border:1px solid #3cceda;
}
.verticalTab_Left_1 ul.resp-tabs-list li span{
	color:#262626;
}
.verticalTab_Left_1 .resp-tabs-container{
	border:1px solid #d0d0d0;
}
.verticalTab_Left_1 .resp-tab-content .resp_margin{
	margin:0;
	padding:15px 25px;
}

.verticalTab_Left_2 {
	padding-bottom: 15px;
}
.verticalTab_Left_2 ul.resp-tabs-list{
	padding:0px;
}
.verticalTab_Left_2 ul.resp-tabs-list li{
	border:1px solid #d0d0d0;
	margin:0px -1px 10px 0;
}
.verticalTab_Left_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #d0d0d0;
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active{
	background-color:transparent;
	border-left:3px solid #3cceda;
 	color:#3cceda;
}
.verticalTab_Left_2 ul.resp-tabs-list li span{
	color:#262626;
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span{
 	color:#3cceda;
	padding-left:13px;
}
.verticalTab_Left_2 .resp-tabs-container{
	border:1px solid #d0d0d0;
}
.verticalTab_Left_2 .resp-tab-content .resp_margin{
	margin:0;
	padding:15px 25px;
}


.verticalTab_Left_3 {
	padding-bottom: 15px;
}
.verticalTab_Left_3 ul.resp-tabs-list{
	padding:0px;
}
.verticalTab_Left_3 ul.resp-tabs-list li{
	border:1px solid #d0d0d0;
	background-color:#e5e5e5;
	margin:0px -1px 10px 0;
}
.verticalTab_Left_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #d0d0d0;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active{
	background-color:#3cceda;
	border:1px solid #3cceda;
	position:relative;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:before{
	content:" ";
	position:absolute;
	top:50%;
	left:100%;
	border:7px solid transparent;
	border-left-color:#3cceda;
	margin-top:-7px;
}
.verticalTab_Left_3 ul.resp-tabs-list li span{
	color:#262626;
}
.verticalTab_Left_3 .resp-tabs-container{
	border:1px solid #d0d0d0;
}
.verticalTab_Left_3 .resp-tab-content .resp_margin{
	margin:0;
	padding:15px 25px;
}


.verticalTab_Right_1 {
	padding-bottom: 15px;
}
.verticalTab_Right_1 ul.resp-tabs-list{
	padding:0;
}
.verticalTab_Right_1 ul.resp-tabs-list li{
	border:1px solid #3cceda;
	margin:0px 0px 10px -1px;
}
.verticalTab_Right_1 ul.resp-tabs-list li:first-child{
	border-top:1px solid #3cceda;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active{
	background-color:#3cceda;
	border:1px solid #3cceda;
}
.verticalTab_Right_1 ul.resp-tabs-list li span{
	color:#262626;
	background-color:transparent;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	margin-left:0;
	padding: 8px 15px!important;
	background-color:transparent;
}
.verticalTab_Right_1 .resp-tabs-container{
	border:1px solid #3cceda;
}
.verticalTab_Right_1 .resp-tab-content .resp_margin{
	margin:0;
	padding:15px 25px;
}


 @media only screen and (max-width: 797px) {
	.horizontalTab_Top_1 ul.resp-tabs-list li, 
	.horizontalTab_Top_1 .resp-tabs-container, 
	.horizontalTab_Top_2 ul.resp-tabs-list li, 
	.horizontalTab_Top_2 .resp-tabs-container, 
	.horizontalTab_Top_3 ul.resp-tabs-list li, 
	.horizontalTab_Top_3 .resp-tabs-container, 
	.horizontalTab_Top_4 ul.resp-tabs-list li, 
	.horizontalTab_Top_4 .resp-tabs-container, 
	.verticalTab_Left_1 ul.resp-tabs-list li, 
	.verticalTab_Left_1 .resp-tabs-container, 
	.verticalTab_Left_2 ul.resp-tabs-list li, 
	.verticalTab_Left_2 .resp-tabs-container, 
	.verticalTab_Left_3 ul.resp-tabs-list li, 
	.verticalTab_Left_3 .resp-tabs-container,
	.verticalTab_Right_1 ul.resp-tabs-list li,
	.verticalTab_Right_1 .resp-tabs-container{
		border:none!important;
		border-bottom:1px solid #e8e8e8!important;
		
	}
	.horizontalTab_Top h2.resp-accordion,
	.horizontalTab_Top .resp-tab-content,
	.verticalTab_Left h2.resp-accordion,
	.verticalTab_Left .resp-tab-content,
	.verticalTab_Right h2.resp-accordion,
	.verticalTab_Right .resp-tab-content{
		border:1px solid #e8e8e8!important;
		border-bottom:none!important;
	}
}

/* **********  accordion  ************** */	
.panel-group .panel + .panel{
	margin-top:10px;
}

.accordion_1 .panel-default {
	background-color:transparent;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.panel-group h4.panel-title {
	letter-spacing:1px;
}

.accordion_1 .panel-default > .panel-heading {
	background-color: #efefef;
	border-bottom: 1px solid #d6d6d6;
	padding: 0px;
	margin-bottom:-1px;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}

.accordion_1 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding:20px 20px 20px 38px ;
}

.accordion_1 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	color: #8a8989;
	display: block;
}

.accordion_1 .panel-default > .panel-heading a.collapsed {
	color: #8a8989;
	background-color: #efefef;
}

.accordion_1 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.accordion_1 .panel-default .accordion_icon {
	width: 12px;
	height: 12px;
	margin:0px 10px 0 0;
	float: left;
  	font-family: 'Glyphicons Regular';
 	-webkit-font-smoothing: antialiased;
}
.accordion_1 .panel-default .accordion_icon:before{
	content:"\2212";
	color:#3cceda;
	font-size:13px;
}
.accordion_1 .panel-default .collapsed .accordion_icon:before {
	content:"\002B";
	color:#8a8989;
}

.accordion_2 .panel-default {
	background-color:transparent;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_2 .panel-default > .panel-heading {
	background-color: #efefef;
	border-bottom: 1px solid #d6d6d6;
	padding: 0px;
	margin-bottom:-1px;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}

.accordion_2 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 15px 20px 15px 60px ;
}

.accordion_2 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	color: #8a8989;
	display: block;
}

.accordion_2 .panel-default > .panel-heading a.collapsed {
	color: #8a8989;
	background-color: #efefef;
}

.accordion_2 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.accordion_2 .panel-default .panel-title{
	position:relative;
	padding-left:46px;
}
.accordion_2 .panel-default .accordion_icon {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#3cceda;
	width: 46px;
	height: 100%;
	margin:0px 10px 0 0;
	float: left;
  	font-family: 'Glyphicons Regular';
 	-webkit-font-smoothing: antialiased;
}
.accordion_2 .panel-default .accordion_icon:before{
	position:absolute;
	top:50%;
	left:50%;
	margin:-9px 0 0 -7px;
	content:"\2212";
	color:#FFF;
	font-size:13px;
}
.accordion_2 .panel-default .collapsed .accordion_icon:before {
	content:"\002B";
	color:#FFF;
}

.accordion_3 .panel-default {
	background-color:transparent;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_3 .panel-default > .panel-heading {
	background-color:transparent ;
	border-bottom: 1px solid #d6d6d6;
	padding: 0px;
	margin-bottom:-1px;
}

.accordion_3 .panel-heading + .panel-collapse .panel-body {
	border: none;
	border-top:1px solid #d8d8d8;
	background-color:#efefef;
	padding: 15px 50px 15px 15px ;
}

.accordion_3 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	color: #8a8989;
	display: block;
}

.accordion_3 .panel-default > .panel-heading a.collapsed {
	color: #8a8989;
	background-color:transparent;
}

.accordion_3 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.accordion_3 .panel-default .panel-title{
	position:relative;
	padding-right:46px;
}
.accordion_3 .panel-default .accordion_icon {
	position:absolute;
	right:0px;
	top:0px;
	background-color:#3cceda;
	width: 46px;
	height: 100%;
	margin:0px 0 0 0;
	float: left;
  	font-family: 'Glyphicons Regular';
 	-webkit-font-smoothing: antialiased;
}
.accordion_3 .panel-default .accordion_icon:before{
	position:absolute;
	top:50%;
	left:50%;
	margin:-9px 0 0 -7px;
	content:"\2212";
	color:#FFF;
	font-size:13px;
}
.accordion_3 .panel-default .collapsed .accordion_icon:before {
	content:"\002B";
	color:#FFF;
}

.accordion_4 .panel-default {
	background-color:transparent;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_4 .panel-default > .panel-heading {
	background-color:transparent ;
	padding: 0px;
	margin-bottom:-1px;
}

.accordion_4 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 5px 15px 15px 60px ;
}

.accordion_4 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	color: #8a8989;
	display: block;
}

.accordion_4 .panel-default > .panel-heading a.collapsed {
	color: #8a8989;
	background-color:transparent;
}

.accordion_4 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.accordion_4 .panel-default .panel-title{
	position:relative;
	padding-left:46px;
}
.accordion_4 .panel-default .accordion_icon {
	position:absolute;
	left:11px;
	top:11px;
	background-color:#3cceda;
	width: 25px;
	height: 25px;
	line-height:25px;
	text-align:center;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin:0px 0 0 0;
	float: left;
  	font-family: 'Glyphicons Regular';
 	-webkit-font-smoothing: antialiased;
}
.accordion_4 .panel-default .accordion_icon:before{
	content:"\2212";
	color:#FFF;
	font-size:13px;
}
.accordion_4 .panel-default .collapsed .accordion_icon:before {
	content:"\002B";
	color:#FFF;
}

.accordion_5 .panel-default {
	background-color:transparent;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow:			none;	
	-moz-box-shadow:	none;
	-webkit-box-shadow: none;

}
.accordion_5 .panel-default > .panel-heading {
	background-color:transparent ;
	padding: 0px;
	margin-bottom:-1px;
}
.accordion_5 .panel + .panel{
	margin:0;
}
.accordion_5 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 15px 15px 15px 60px ;
}

.accordion_5 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	color: #8a8989;
	display: block;
}

.accordion_5 .panel-default > .panel-heading a.collapsed {
	color: #8a8989;
	background-color:transparent;
}

.accordion_5 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.accordion_5 .panel-default .panel-title{
	position:relative;
	padding-left:55px;
}
.accordion_5 .panel-default .panel-title a {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding:19px 0;
}
.accordion_5 .panel-default .accordion_icon {
	position:absolute;
	left:5px;
	top:12px;
	background-color:#3cceda;
	width: 33px;
	height: 33px;
	line-height:33px;
	text-align:center;
	margin:0px 0 0 0;
	float: left;
  	font-family: 'Glyphicons Regular';
 	-webkit-font-smoothing: antialiased;
}
.accordion_5 .panel-default .accordion_icon:before{
	content:"\2212";
	color:#FFF;
	font-size:13px;
}
.accordion_5 .panel-default .collapsed .accordion_icon:before {
	content:"\002B";
	color:#FFF;
}

.accordion_6 .panel-default {
	background-color:transparent;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_6 .panel-default > .panel-heading {
	background-color:transparent ;
	padding: 0px;
	margin-bottom:-1px;
	border-bottom: 1px solid #d6d6d6;
}

.accordion_6 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 5px 60px 15px 20px ;
}

.accordion_6 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 15px 15px 20px;
	color: #8a8989;
	display: block;
}

.accordion_6 .panel-default > .panel-heading a.collapsed {
	color: #8a8989;
	background-color:transparent;
}

.accordion_6 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.accordion_6 .panel-default .panel-title{
	position:relative;
	padding-right:46px;
}
.accordion_6 .panel-default .accordion_icon {
	position:absolute;
	right:12px;
	top:8px;
	width: 30px;
	height: 30px;
	line-height:25px;
	text-align:center;
	border:1px solid #3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin:0px 0 0 0;
	float: left;
  	font-family: 'Glyphicons Regular';
 	-webkit-font-smoothing: antialiased;
}
.accordion_6 .panel-default .accordion_icon:before{
	content:"\2212";
	color:#3cceda;
	font-size:13px;
	padding-left:2px
}
.accordion_6 .panel-default .collapsed .accordion_icon{
	border:1px solid #d6d6d6;
}
.accordion_6 .panel-default .collapsed .accordion_icon:before {
	content:"\002B";
	color:#818181;
}


/*quotes*/

.quotes_1 blockquote {
	color: #8f8f8f;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:center;
	text-indent:0;
}
.quotes_1 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
	padding:35px 42px;
	border:1px solid #dddddd;
	font-style:normal;
	font-size:14px;
}
.quotes_1 blockquote p:before,
.quotes_1 blockquote p:after{
	content:'"';
	padding:0px 3px;
}
.quotes_1 blockquote small {
	position: static;
	color: #000000;
	font-size:14px;
	padding: 36px 0 0;
}
.quotes_1 blockquote small span {
	color:#3cceda;
}
.quotes_1 blockquote small {
	content:"";
}
.quotes_2 blockquote {
	color: #8f8f8f;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:center;
	text-indent:0;
}

.quotes_2 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
	padding:0px 42px 30px;
	font-style:normal;
	font-size:14px;
}
.quotes_2 blockquote p:before,
.quotes_2 blockquote p:after{
	content:'"';
	padding:0px 3px;
}
.quotes_2 blockquote small {
	position:relative;
	top:0;
	left:0;
	color: #000000;
	font-size:14px;
	padding: 36px 0 0;
}
.quotes_2 blockquote small span {
	color:#3cceda;
}
.quotes_2 blockquote small:before{
	content:"";
	width:98px;
	border-top:2px solid #dedede;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-49px;
}

.quotes_3 blockquote {
	color: #8f8f8f;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:left;
	text-indent:0;
}
.quotes_3 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
	padding:0px 0px;
	font-style:normal;
	font-size:14px;
}
.quotes_3 blockquote p:before,
.quotes_3 blockquote p:after{
	content:'"';
	padding:0px 3px;
}
.quotes_3 blockquote small {
	position: static;
	color: #000000;
	font-size:14px;
	padding: 22px 0 0;
}
.quotes_3 blockquote small span {
	color:#3cceda;
}

.quotes_4 blockquote {
	color: #8f8f8f;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:right;
	text-indent:0;
}
.quotes_4 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
	padding:0px 0px;
	font-style:normal;
	font-size:14px;
}
.quotes_4 blockquote p:before,
.quotes_4 blockquote p:after{
	content:'"';
	padding:0px 3px;
}
.quotes_4 blockquote small {
	position: static;
	color: #000000;
	font-size:14px;
	padding: 22px 0 0;
}
.quotes_4 blockquote small span {
	color:#3cceda;
}

.quotes_5 blockquote {
	background-color:#3cceda;
	color: #FFF;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:center;
	text-indent:0;
	padding:40px 35px;
}
.quotes_5 blockquote p {
	text-indent: 0px;
	color: #FFF;
	font-style:normal;
	font-size:14px;
}
.quotes_5 blockquote p:before,
.quotes_5 blockquote p:after{
	content:'"';
	padding:0px 3px;
	font-size:40px;
	line-height:15px;
	vertical-align:middle;
}
.quotes_5 blockquote small {
	position: static;
	color: #000000;
	font-size:14px;
	padding: 25px 0 0;
}
.quotes_5 blockquote small span {
	color:#FFF;
}
.quotes_5 blockquote small {
	content:"";
}

.quotes_6 blockquote {
	color: #8f8f8f;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:left;
	text-indent:0;
}
.quotes_6 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
	padding:0px 0px 0px 60px;
	font-style:normal;
	font-size:14px;
	position:relative;
}
.quotes_6 blockquote p:before {
	content:'"';
	padding:0px 3px;
	width:40px;
	display:block;
	position:absolute;
	left:0px;
	top:30px;
	font-size:110px;
	line-height:20px;
	vertical-align:middle;
}
.quotes_6 blockquote small {
	position: static;
	color: #000000;
	font-size:14px;
	padding: 22px 0 0 60px;
}
.quotes_6 blockquote small span {
	color:#3cceda;
}
.quotes_7 blockquote {
	color: #8f8f8f;
	text-indent: 0px;
	padding:0px;
	margin: 0 0 8px;
	text-align:right;
	text-indent:0;
}
.quotes_7 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
	padding:0px 0px;
	font-style:normal;
	font-size:14px;
	background-color:#ebebeb;
	padding:40px 40px;
}
.quotes_7 blockquote small {
	position: static;
	color: #000000;
	font-size:14px;
	padding: 22px 20px 0 0;
}
.quotes_7 blockquote small span {
	color:#3cceda;
}




/*dropcaps*/


.dropcaps_1 {
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	float: left;
	font-size: 48px;
	color: #FFF;
	background-color:#3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin:-10px 10px 0 0;
}

.dropcaps_2 {
	text-align: center;
	font-size: 48px;
	color:#3cceda;
	line-height:12px;
}

.dropcaps_3 {
	text-align: center;
	float: left;
	font-size: 60px;
	height:60px;
	line-height:58px;
	color: #b2b2b2;
	margin:-5px 10px 0 0 ;
}

.dropcaps_4 {
	width: 60px;
	height: 60px;
	line-height: 58px;
	border:1px solid #3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#3cceda;
	margin: 0px 8px 0px 0px;
	text-align: center;
	float: left;
	font-size: 48px;
}

.dropcaps_5 {
	width: 50px;
	height: 50px;
	line-height: 48px;
	margin:0px 8px 0px 0px;
	text-align: center;
	float: left;
	font-size: 30px;
	color: #000000;
	border:1px solid #b2b2b2;
}

.dropcaps_6 {
	width: 40px;
	height: 48px;
	line-height: 40px;
	margin:0px 8px 0px 0px;
	text-align: center;
	float: left;
	font-size: 46px;
	color: #000000;
	border-bottom:3px solid #3cceda;
}

/*dividers*/


.dividers_1 {
	border: none;
	border-bottom: 1px solid #e8e8e8;
	height: 2px;
	width: 100%;
	clear: both;
	display: block;
	margin: 5px 0;
}
.dividers_1:before {
	content:" ";
	width:103px;
	display:block;
	margin:auto;
	height:0px;
	border-top:2px solid #3cceda;
	margin-bottom:-1px;
}

.dividers_2 {
	border-top: 1px double #e0e0e0;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}
.dividers_3 {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	height: 3px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}
.dividers_4 {
	border-top: 1px dashed #3cceda;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_5 {
	border: none;
	border-top: 1px dashed #989898;
	border-bottom: 1px solid #e0e0e0;
	height: 3px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_6 {
	border: none;
	height: 14px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	background:url(images/dividers_6.png);
	margin: 5px 0;
}

.dividers_8 {
	width:170px;
	height:0;
	clear:both;
	position:relative;
	margin:5px auto;
	border-bottom:1px solid #d2d2d2;
}
.dividers_8:before,
.dividers_8:after{
	content:"";
	position:absolute;
	right:0;
	top:-2px;
	height:5px;
	width:5px;
	background-color:#d2d2d2;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%; 
}
.dividers_8:before{
	left:0;
}

.dividers_9 {
	width:37px;
	height:0;
	clear:both;
	position:relative;
	margin:5px auto;
	border-bottom:1px solid #d2d2d2;
}
 


/*list*/


.list_style1 {
	margin: 0px;
	padding: 0px;
}

.list_style1 li {
	list-style: none;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #3a3a3a;
}

.list_style1 li a,
.list_style1 li a:link,
.list_style1 li a:active,
.list_style1 li a:visited {
	color: #888888;
}

.list_style1 li a:hover {
	color:#3cceda;
}

.list_style2 {
	margin: 0px;
	padding: 0;
}

.list_style2 li {
	list-style: none;
	margin-bottom:18px;
	padding: 0 0 18px 30px;
	border-bottom:1px solid #fff;
	position:relative;
}
.list_style2 li span.glyphicons{
	position:absolute;
	left:0;
	top:3px;
	font-size:20px;
}
.list_style2 li a,
.list_style2 li a:link,
.list_style2 li a:active,
.list_style2 li a:visited {
	color: #888888;
}
.list_style2 li a:hover {
	color:#3cceda;
}

.list_style3 {
	margin: 0px;
	padding: 0;
}
.list_style3 li {
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style3 li:before{
	content:"";
	width:9px;
	height:9px;
	background-color:#3cceda;
	display:inline-block;
	margin-right:8px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.list_style4 {
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style4 li{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style4 li .glyphicons,
.list_style4 li .social{
	font-size:18px;
	margin-right:8px;
	color:#3cceda;
	vertical-align:middle;
	padding-bottom:4px;
}

.list_style5 {
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style5 li{
	list-style: none;
	padding:0 0 3px 0;
	margin:0 0 3px 0;
	text-align:left;
}
.list_style5 li .glyphicons,
.list_style5 li .social{
	font-size:18px;
	margin-right:8px;
	color:#3cceda;
	vertical-align:middle;
	padding-bottom:4px;
}

.list_style6 {
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style6 li{
	list-style: none;
	padding:0;
	margin:0;
	text-align:left;
}
.list_style6 li .glyphicons,
.list_style6 li .social{
	font-size:14px;
	margin-right:8px;
	color:#3cceda;
	vertical-align:middle;
	padding-bottom:4px;
}

.list_style7{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style7 li{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	text-align:left;
}
.list_style7 li .glyphicons,
.list_style7 li .social{
	font-size:14px;
	margin-right:8px;
	color:#3cceda;
	vertical-align:middle;
	padding-bottom:4px;
}

.list_style7 li ul{
	margin:16px 0 0 24px;
}
.list_style7 li ul li{
	border-bottom:1px solid #dadada;
	padding-left:10px;
	display:inline-block;
	min-width:50%;
}
.list_style7 li li:last-child{
	margin-bottom:-8px;
}


.list_style8{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style8 li{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	text-align:left;
}
.list_style8 li .glyphicons,
.list_style8 li .social{
	font-size:14px;
	margin-right:8px;
	color:#3cceda;
	vertical-align:middle;
	padding-bottom:4px;
}
.list_style8 li ul{
	margin:16px 0 0 21px;
}
.list_style8 li li {
	}
.list_style8 li li .glyphicons,
.list_style8 li li .social{
	color:#a8a8a8;
}
.list_style8 li li:last-child{
	margin-bottom:0;
	padding-bottom:0;
}

.list_style9{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
.list_style9 li{
	list-style: none;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	text-align:left;
}
.list_style9 li .glyphicons,
.list_style9 li .social{
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background-color:#3cceda;
	font-size:10px;
	margin-right:8px;
	color:#FFF;
	vertical-align:middle;
	padding-bottom:4px;
	-webkit-text-size-adjust:none; 
}
.list_style9 li ul{
	margin:16px 0 0 35px;
}
.list_style9 li li {
	}
.list_style9 li li .glyphicons,
.list_style9 li li .social{
	color:#a8a8a8;
}
.list_style9 li li:last-child{
	margin-bottom:0;
	padding-bottom:0;
}
.list_style10{
	list-style: none;
	padding:0;
	margin:0;
}
.list_style10 li{
	padding:10px 0;
}
.list_style10 li .glyphicons,
.list_style10 li .social{
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	background-color:#3cceda;
	margin-right:12px;
	color:#FFF;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.list_style11{
	list-style: none;
	padding:0;
	margin:0;
}
.list_style11 li{
	padding:10px 0;
}
.list_style11 li .glyphicons,
.list_style11 li .social{
	text-align:center;
	margin-right:12px;
	color:#000000;
	font-size:14px;
}





@media only screen and (max-width: 767px) {

}

/*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;
}

/*dnntable*/

.dnntable {
	width: 100%;
}

.dnntable th,
.dnntable td {
	padding: 15px 30px;
	font-size: 14px;
	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? */
}

.dnntable tr:hover td {
	background-color: #f9f8f8;
}

.dnntable_1 th {
	border-bottom: 2px solid #e4e4e4;
}

.dnntable_1 td {
	border-bottom: 1px solid #e4e4e4;
}

.dnntable_2 th {
	border-bottom: 2px solid #e4e4e4;
}

.dnntable_2 td {
	border-bottom: 1px solid #e4e4e4;
}

.dnntable_2 tr:nth-child(even) td {
	background-color: #f7f7f7;
}

.dnntable_3 th,
.dnntable_3 td {
	border: 1px solid #e4e4e4;
}

.dnntable_4 th,
.dnntable_4 td {
	border: 1px solid #e4e4e4;
}

.dnntable_4 tr:nth-child(even) td {
	background-color: #f7f7f7;
}

/*******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 28px 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: -38px;
}

.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 #e9e8e8;
	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 {
	margin: 0px;
	font-weight: normal;
}

.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 #e9e8e8;
	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 #e9e8e8;
}

.price-table .price_holder ul li {
	list-style: none;
	border-top: 1px solid #e9e8e8;
	padding: 12px 0;
}

.price-table a.btn {
	border: none;
	background: transparent;
	color: #FFF;
	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 a.btn:hover {
	background-color: #525252;
}

.price-table a.btn {
	color: #FFF;
	margin-top: 10px;
	position: relative;
	font-size: 15px;
}

.price-table [class*="col-"] {
	margin-bottom: 15px;
}

.price-table1 {
	padding: 0;
}
.price-table1 .price_title {
	color: #FFF;
	padding: 20px 0px 18px;
	margin: 0;
	border: 1px solid #d4d4d4;
	background-color:#f7f6f6;
	text-align:center;
}
.price-table1 .price_title  .glyphicons{
	height:50px;
	width:50px;
	line-height:50px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	border:1px solid #3cceda;
	color:#3cceda;
	text-align:center;
	margin-bottom:8px;
	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? */
}
.price-table1 .price_title h2 {
	color:#000000;
	font-size:14px;
}
.price-table1 .price_holder{
	border: 1px solid #d4d4d4;
	border-top:none;
	margin:0 0 8px 0;
	text-align:center;
}
.price-table1 .price{
	display:block;
	text-align:center;
	color:#3cceda;
	font-size:50px;
	font-weight:bold;
	margin-bottom:5px;
}
.price-table1 .unit{
	font-size:15px;
	color:#000000;
	text-align:center;
	display:block;
}
.price-table1 .price_holder ul li{
	background-color:#f7f6f6;
	border-top:1px solid #d4d4d4;
	text-align:center;
	font-size:14px;
	color:#7b7b7b;
}
.price-table1 .price_holder ul {
	border-bottom:1px solid #d4d4d4;
}
.price-table1 a.btn{
	background-color:#939393;
	font-size:14px;
	color:#ffffff;
	margin:15px auto;
	padding:12px 26px;
}
.price-table1 a.btn:hover{
	background-color:#3cceda;
}
.price-table1 [class*="col-"]:hover .price_title .glyphicons{
	background-color:#3cceda;
	color:#FFF;
}
.price-table1 [class*="col-"]:hover a.btn{
	background-color:#3cceda;
}


.price-table2 {
	padding: 0;
}
.price-table2 .price_title {
	background-color:#3cceda;
	border:none;
	text-align:center;
	position:relative;
	min-height:70px;
	z-index:2;
	margin-top:30px;
}
.price-table2 .price_title:before{
	content:"";
	width:118px;
	height:118px;
	background:#3cceda;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-59px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	z-index:-1;
}
.price-table2 .price_title h2 {
	color:#FFF;
	padding:10px 0;
	font-size:18px;
}
.price-table2 .price_holder {
	border:1px solid #d4d4d4;
	border-top:none;
	margin: 0 0 8px 0;
}
.price-table2 .price_box{
	padding:40px 0 30px;
	text-align:center;
}
.price-table2 .price_box .price {
	font-size:50px;
	color:#3cceda;
}
.price-table2 .price_box .sup{
	font-size:30px;
	color:#3cceda;
	vertical-align:bottom;
}

.price-table2 .price_box .unit{
	display:block;
	font-size:15px;
	color:#000000;
}
.price-table2 .price_holder{
	text-align:center;
}
.price-table2 .price_holder ul li{
	border-top:1px solid #d4d4d4;
	text-align:center;
	font-size:14px;
	color:#7b7b7b;
}
.price-table2 .price_holder ul {
	border-bottom:1px solid #d4d4d4;
}
.price-table2 a.btn{
	background-color:#939393;
	font-size:14px;
	color:#ffffff;
	margin:25px auto;
	padding:12px 26px;
}
.price-table2 a.btn:hover{
	background-color:#3cceda;
}
.price-table2 [class*="col-"]:hover a.btn{
	background-color:#3cceda;
}

.price-table3 {
	padding: 0;
}
.price-table3 .price_box{
	padding:20px 0 15px;
	margin:-1px;
	text-align:center;
	background-color:#4d4d4d;
	color:#FFF;
	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? */
}
.price-table3 .price_holder{
	border:1px solid #c7c7c7;
	text-align:center;
	margin-bottom:8px;
}
.price-table3 .price_box .price {
	font-size:50px;
}
.price-table3 .price_box .sup{
	font-size:30px;
	vertical-align:top;
}
.price-table3 .price_box .unit{
	display:block;
	font-size:15px;
	padding-top:5px;
}
.price-table3 .price_title {
	border:none;
	text-align:center;
}
.price-table3 .price_title h2 {
	padding:20px 0;
	color:#000000;
}
.price-table3 .price_holder ul li{
	border-top:1px solid #d4d4d4;
	text-align:center;
	font-size:14px;
	color:#7b7b7b;
}
.price-table3 .price_holder ul {
	border-bottom:1px solid #d4d4d4;
}
.price-table3 a.btn{
	border:1px solid #8b8b8b;
	font-size:14px;
	color:#000000;
	margin:25px auto;
	padding:12px 26px;
}
.price-table3 a.btn:hover{
	background-color:#3cceda;
	border:1px solid #3cceda;
	color:#FFFFFF;
}
.price-table3 [class*="col-"]:hover .price_box{
	background-color:#3cceda;
	color:#FFF;
}
.price-table3 [class*="col-"]:hover a.btn{
	background-color:#3cceda;
	border:1px solid #3cceda;
	color:#FFFFFF;
}




 @media only screen and (max-width: 767px) {


}

/*****************/


/*serviceAnimation*/



.serviceAnimation_box {
	clear: both;
}

.serviceAnimation_box:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.service_left_box,
.service_right_box {
	float: left;
	width: 31%;
}

.service_center_box {
	float: left;
	width: 38%;
}

.serviceAnimation {
	padding: 25px 0px;
}

.serviceAnimation li {
	color: #828282;
	font-size: 14px;
	line-height: 1.6;
	list-style: none;
	position: relative;
	padding: 25px 0px;
	border-top: 1px dashed #cccccc;
}

.serviceAnimation li:last-child {
	border-bottom: 1px dashed #cccccc;
}

.serviceAnimation li:before {
	content: " ";
	position: absolute;
	top: 0;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.serviceAnimation li:first-child:before {
	display: none;
}

.serviceAnimation li .number {
	width: 58px;
	height: 58px;
	line-height: 58px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	top: 49.9999%;
	margin-top: -29px;
	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? */
}

.serviceAnimation li:hover .number {
	background-color: #2e2e2e;
}

.serviceAnimation h3 {
	font-size: 18px;
	font-weight: normal;
}

.service_left {
	padding-right: 25px;
	margin: 0 30px 0 0;
}

.service_left li {
	text-align: right;
	padding-right: 15px;
}

.service_left li:before {
	right: -30px;
}

.service_left li .number {
	right: -55px;
}

.service_right {
	padding-left: 25px;
	margin: 0 0 0 30px;
}

.service_right li {
	text-align: left;
	padding-left: 15px;
}

.service_right li:before {
	left: -30px;
}

.service_right li .number {
	left: -55px;
}

.service_center {
	padding: 25px 15px 0;
	text-align: center;
}

.service_center .animation {
	text-align: center;
	margin: auto;
}
 @media only screen and (min-width: 768px) and (max-width: 979px) {

.service_left_box,
 .service_center_box,
 .service_right_box {
	float: none;
	width: 100%;
}

.service_left_box li,
 .service_right_box li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: bottom;
	margin-right: -4px;
}

.service_left {
	border: none!important;
	margin: 0 0 25px 0;
	padding: 0;
}

.service_right {
	border: none!important;
	margin: 25px 0 0 0;
	padding: 0;
}

.service_left.serviceAnimation li {
	padding: 0px 25px 35px 25px;
	border: none;
	border-left: 1px dashed #cccccc;
	text-align: center;
}

.service_left.serviceAnimation li:first-child {
	border: none;
}

.service_left.serviceAnimation li:last-child {
	border: none;
	border-left: 1px dashed #cccccc;
}

.service_left.serviceAnimation li .number {
	top: 100%;
	left: 50%;
	margin: -29px 0px 0px -29px;
}

.service_left.serviceAnimation li:before {
	top: 100%;
	left: 0px;
	margin: -4px 0 0 -4px;
}

.service_right.serviceAnimation li {
	padding: 35px 25px 0px 25px;
	border: none;
	border-left: 1px dashed #cccccc;
	text-align: center;
}

.service_right.serviceAnimation li:first-child {
	border: none;
}

.service_right.serviceAnimation li:last-child {
	border: none;
	border-left: 1px dashed #cccccc;
}

.service_right.serviceAnimation li .number {
	top: 0;
	left: 50%;
	margin: -29px 0px 0px -29px;
}

.service_right.serviceAnimation li:before {
	top: 0;
	left: 0px;
	margin: -4px 0 0 -4px;
}
}
 @media only screen and (max-width: 767px) {

.service_left_box,
 .service_right_box,
 .service_center_box {
	width: 100%;
	float: none;
}

.service_left,
.service_right {
	border: none!important;
}

.serviceAnimation li:before {
	display: none;
}

.serviceAnimation {
	margin: 0;
	padding: 0;
	border: none;
}

.serviceAnimation li {
	text-align: center;
}

.serviceAnimation li .number {
	position: static;
	margin: 0px auto 15px;
}

.service_left_box li:first-child {
	border-top: none
}

.serviceAnimation .animated {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.service_center {
	padding-bottom: 25px;
}
}

/*keyAnimation*/
 

.keyAnimation img {
	vertical-align: bottom;
}

.keyAnimation {
	text-align: center;
	max-width: 980px;
	margin: auto;
}

.keyAnimation ul {
	margin: 0px;
	padding: 20px 0 0 20px;
}

.keyAnimation ul li {
	list-style: none;
	float: left;
	width: 33.3%;
	color: #FFF;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}

.keyAnimation ul li .ico {
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin-right: 8px;
	background: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
}

.keyAnimation ul li:before {
	content: " ";
	position: absolute;
	height: 23px;
	top: 18px;
	left: 5px;
	border-left: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {

.keyAnimation {
	text-align: center;
}

.keyAnimation ul {
	text-align: left;
	padding: 20px 0;
	display: inline-block;
	margin: auto;
}

.keyAnimation ul li {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

.keyAnimation ul li:before {
	display: none;
}
}

/*info_main*/



.info_left {
	float: left;
	width: 50%;
}

.info_right {
	float: left;
	width: 50%;
}

.info_main {
	clear: both;
	border-bottom: 1px dashed #d6d6d6;
	margin-bottom: 15px;
}

.info_main:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.info_list {
	border-left: 1px dashed #d6d6d6;
	margin: 0 0 0 40px;
	padding: 0 0 15px 0;
	position: relative;
}

.info_list .info_box {
	list-style: none;
	margin-left: -50px;
	padding: 15px 30px 15px 60px;
	color: #8a8989;
	font-size: 13px;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	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? */
}

.info_list li {
	list-style: none;
	border-top: 1px dashed #d6d6d6;
	margin-left: 20px;
}

.info_list li:first-child {
	border: none;
}

.info_list li h3 {
	font-size: 20px;
	color: #2e2e2e;
	font-weight: normal;
}

.info_list li h3 span {
	color: #3cceda;
}

.info_list .info_box:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border: 2px solid #3cceda;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 22px;
	background: #FFF;
	left: 23px;
}

.info_list:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border: 2px solid #3cceda;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	bottom: -9px;
	background: #FFF;
	left: 0px;
	margin-left: -7px;
}

.info_list .info_box:hover {
	background-color: #3cceda;
	color: #FFF;
}

.info_list .info_box:hover h3,
.info_list .info_box:hover h3 span {
	color: #FFF;
}

.info_list .info_box:hover:before {
	border: 2px solid #FFF;
	background: none;
}
 @media only screen and (max-width: 979px) {

.info_left,
.info_right {
	float: none;
	width: 100%;
}

.info_list {
	border-left: none;
	margin: 0;
}

.info_list .info_box {
	margin-left: 0px;
	padding: 20px;
}

.info_list .info_box:before,
.info_list:before {
	display: none;
}
}

/*about */


.about_left {
	float: left;
	width: 50%;
	padding-bottom: 15px;
}

.about_right {
	float: left;
	width: 50%;
	padding-bottom: 15px;
}

.about_main {
	clear: both;
}

.about_main:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.about_content {
	border-left: 1px dashed #d6d6d6;
	padding: 25px 30px;
	margin-left: 15px;
}

.about_content h3 {
	color: #2e2e2e;
	font-size: 20px;
}

.about_content h3 span {
	color: #3cceda;
}

.about_content a.Button_default {
	margin: 15px 0 0 0;
}
 @media only screen and (max-width: 767px) {

.about_left,
 .about_right {
	float: none;
	width: auto;
}

.about_content {
	border: none;
	padding: 0;
}
}

/*our_team*/


.our_team1 .team_list {
	border: 1px dashed #cfcfcf;
	padding: 10px;
	margin-bottom: 30px;
}

.our_team1 .team_list img {
	max-width: 100%;
}

.our_team1 .team_title {
	background: none;
	font-size: 18px;
	color: #2c3433;
	padding: 15px 0 10px;
}

.our_team1 .team_title span {
	color: #3cceda;
}

.our_team1 .team_social {
	border-top: 1px dashed #cfcfcf;
	padding: 12px 0 0px;
	margin-top: 10px;
	font-size: 30px;
}

.our_team1 .team_social a {
	color: #3cceda;
	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? */
}

.our_team1 .team_social a:hover {
	color: #2e2e2e;
}
 @media only screen and (max-width: 767px) {

.team_list {
	max-width: 350px;
	margin: auto;
}
}

/*TeamDetail*/

.TeamDetail .Teamtitle {
	clear: both;
	margin-bottom: 10px;
}

.TeamDetail .Teamtitle:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.TeamDetail .Teamtitle h3 {
	float: left;
	color: #2c3433;
	font-size: 18px;
	font-weight: normal;
}

.TeamDetail .Teamtitle h3 span {
	color: #3cceda;
	font-size: 16px;
}

.TeamDetail .Teamtitle .social_list {
	float: right;
	padding-top: 5px;
}

.TeamDetail_info {
	border-top: 1px dashed #dcdcdc;
	margin: 0;
	padding: 7px 0;
}

.TeamDetail_info li {
	list-style: none;
	padding: 10px 0px;
}

.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: #8a8989;
	text-decoration: none
}

.TeamDetail_info li a:hover {
	color: #3cceda;
	text-decoration: underline
}

/*chart*/


.percentage {
	position: relative;
	color: #FFF;
	height: 185px;
	width: 185px;
	margin: 20px 0px 50px;
}

.percentage_inner {
	position: absolute;
	line-height: 1.5!important;
	text-align: center;
	width: 100%;
	font-size: 20px;
	padding-top: 60px;
}

.percentage i,
.percentage em {
	display: block;
	position: absolute;
	left: 100%;
	margin: -8px 0 0 0px;
	top: 50%;
	width: 53px;
	height: 17px;
	background: url(images/arrow_2.png) left top;
}

/*full_screen_pic*/

.full_screen_pic {
	margin: 0;
	padding: 0;
	height: 100%;
}

.full_screen_pic li {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.full_screen_pic .title .animation_2 {
	font-size: 60px;
	color: #ffffff;
	line-height: 1.3;
}

.full_screen_pic .title .animation_1 {
	font-size: 48px;
	display: block;
	color: #ffffff;
	text-align: center;
}

.full_screen_pic .content {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
}

.full_screen_pic .but {
	width: 82px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	background: #171717;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.full_screen_pic .but:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	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? */
	position: relative;
	top: 0px;
}

.full_screen_pic .but:hover:before {
	top: 5px;
}


.full_screen_pic .animation_1 {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.8) translate(0px, 0px);
	-moz-transform: scale(0.8) translate(0px, 0px);
	-ms-transform: scale(0.8) translate(0px, 0px);
	-o-transform: scale(0.8) translate(0px, 0px);
	transform: scale(0.8) translate(0px, 0px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 500ms ; /* Firefox 4 */
	-webkit-transition: all ease-in 500ms; /* Safari and Chrome */
	-o-transition: all ease-in 500ms; /* Opera */
	-ms-transition: all ease-in 500ms; /* IE9? */
}

.full_screen_pic .animation_2 {
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.8) translate(0px,0px);
	-moz-transform: scale(0.8) translate(0px,0px);
	-ms-transform: scale(0.8) translate(0px,0px);
	-o-transform: scale(0.8) translate(0px,0px);
	transform: scale(0.8) translate(0px,0px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 500ms; /* Firefox 4 */
	-webkit-transition: all ease-in 500ms; /* Safari and Chrome */
	-o-transition: all ease-in 500ms; /* Opera */
	-ms-transition: all ease-in 500ms; /* IE9? */
}

.full_screen_pic.animations .animation_1,
.full_screen_pic.animations .animation_2 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	-webkit-transition-delay:1s;
    -moz-transition-delay:1s;
	transition-delay:1s;	
}



.full_screen_pic_2 {
	margin: 0;
	padding: 0;
	position: relative;
	height:1000px;
}


.full_screen_pic_2 li {
	margin: 0;
	padding: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.full_screen_pic_2 li:first-child{
	z-index:1;}


.full_screen_pic_2 .content {
	text-align: center;
	position: absolute;
	left: 20%;
	top: 20%;
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.1;
	text-align: right;
}

.full_screen_pic_2 .content .animation_1 {
	font-weight: normal;
	font-size: 72px;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.8) translate(-80px, -50px);
	-moz-transform: scale(0.8) translate(-80px, -50px);
	-ms-transform: scale(0.8) translate(-80px, -50px);
	-o-transform: scale(0.8) translate(-80px, -50px);
	transform: scale(0.8) translate(-80px, -50px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 500ms ; /* Firefox 4 */
	-webkit-transition: all ease-in 500ms; /* Safari and Chrome */
	-o-transition: all ease-in 500ms; /* Opera */
	-ms-transition: all ease-in 500ms; /* IE9? */
}

.full_screen_pic_2 .content .animation_2 {
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0.8) translate(80px, 50px);
	-moz-transform: scale(0.8) translate(80px, 50px);
	-ms-transform: scale(0.8) translate(80px, 50px);
	-o-transform: scale(0.8) translate(80px, 50px);
	transform: scale(0.8) translate(80px, 50px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 500ms; /* Firefox 4 */
	-webkit-transition: all ease-in 500ms; /* Safari and Chrome */
	-o-transition: all ease-in 500ms; /* Opera */
	-ms-transition: all ease-in 500ms; /* IE9? */
}

.full_screen_pic_2 .selected .animation_1,
.full_screen_pic_2 .selected .animation_2 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	-webkit-transition-delay:1s;
    -moz-transition-delay:1s;
	transition-delay:1s;	
}

@media only screen and  (max-width: 1024px) {
	.full_screen_pic_2 li {
		background-attachment:scroll!important;
	 }
}

.body_main {
	filter: alpha(opacity=0);
	opacity: 0;
}

.full_screen_shade {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(images/Loading.gif) no-repeat center center #000;
}
/*blockquote_sytle_2*/
.blockquote_sytle_2 {
	text-align:left;
	padding:0;
	margin:0 0 8px 0;
}
.blockquote_sytle_2 p {
	background:#ffffff;
	border:1px solid #dcdcdc;
	font-size:15px;
	color:#000000;
	text-indent:0;
	padding:25px 50px;
	position:relative;
}
.blockquote_sytle_2 p:before{
	content:'"';
	font-size:40px;
	color:#d1d1d1;
	vertical-align:middle;
	position:absolute;
	left:20px;
	top:13px;
	font-family:Georgia, "Times New Roman", Times, serif
 
}

.blockquote_sytle_2 .pic img{
	max-width:100%;
}
.blockquote_sytle_2 small{
	position:relative;
	margin:0;
	padding:30px 0 0 100px;
	top:0;
	left:0;
	display:block;
	min-height:100px;
	color:#585858;
}
.blockquote_sytle_2 .pic {
	width:82px;
	height:82px;
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:15px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.blockquote_sytle_2 small strong,
.blockquote_sytle_2 small b {
	display:block;
	color:#000000;
	font-style:normal;
	font-size:15px;
	margin-bottom:10px;
}
.blockquote_sytle_2 small span {
	color:#3cceda;
}

.blockquote_sytle_2 small:before{
	content:" ";
	width:15px;
	height:15px;
	position:absolute;
	top:-7px;
	left:50px;
	background-color:#FFF;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	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 */
}

/* ---- combination filters ---- */
.isotope {
	width:100%;
	overflow:hidden;
}
.isotope .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
}

.isotope .isotope_item {
  width:200px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}
.isotope .isotope_item .pic_box img{
	width:100%
}
.isotope .isotope_item > div {
	margin:0;
}

.isotope .isotope_group{
	text-align:center;
	padding:10px 0 30px; 
	
}
.isotope .isotope_group a{
	margin:0px 10px 3px;
	padding:11px 23px;
	color:#5d5d5d;
	font-size:13px;
	display:inline-block;
	border:1px solid #ebebeb;
	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? */
}
.isotope .isotope_group a:hover,
.isotope .isotope_group a.active {
	border:1px solid #3cceda;
	color:#FFF;
	text-decoration:none;
}
@media only screen and (max-width: 767px) {
.isotope .isotope_group a{
	padding:2px 8px;
	margin:0 3px 3px;
}
}




 @media only screen and (min-width: 1200px) {

.percentage i,
.percentage em {
	margin: -8px 0 0 25px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 979px) {

.percentage {
	margin: 20px auto 50px;
}

.percentage i,
.percentage em {
	margin: -8px 0 0 55px;
}
}
@media only screen and (max-width: 767px) {

.percentage {
	margin: 20px auto 80px;
}

.percentage i,
 .percentage em {
	left: 50%;
	top: 100%;
	margin: 12px 0 0 -8px;
	width: 17px;
	height: 53px;
	background: url(images/arrow_2.png) left bottom;
}
}

/*about list*/



.about_list {
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
}

.about_list li {
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid #333333;
}

.about_list .glyphicons,
.about_list .social {
	margin-right: 12px;
	font-size: 20px;
	vertical-align: middle
}

/*FAQ*/
.faq_tab{
	text-align:center;
}
.faq_tab .faq_title li {
	list-style:none;
	display:inline-block;
	margin:0px 10px 10px;
	color:#000;
}
.faq_tab .faq_title li a,
.faq_tab .faq_title li a:link,
.faq_tab .faq_title li a:active,
.faq_tab .faq_title li a:visited {
	color:#000;
	text-decoration:none;
	padding:8px 20px;
	display:inline-block;
	border:1px solid #dddddd;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	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? */
}
.faq_tab .faq_title li.active a,
.faq_tab .faq_title li a:hover{
	color:#3cceda;
	border:1px solid #3cceda;
}

.faq_tab .faq_box dt {
	color:#3cceda;
	font-weight:normal;
	text-align:center;
	padding-bottom:45px;
	margin-bottom:15px;
	font-size:15px;
	position:relative;
}
.faq_tab .faq_box dt .ico_q{
	width:51px;
	height:51px;
	line-height:48px;
	display:block;
	margin:10px auto;
	color:#FFF;
	font-size:24px;
	background-color:#3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.faq_tab .faq_box dt:before{
	content:"";
	position:absolute;
	height:32px;
	border-left:1px solid #3cceda;
	position:absolute;
	bottom:0px;
	left:50%;
}
.faq_tab .faq_box dd {
	text-align:center;
	padding:0px 50px 40px;
	line-height:2;
	position:relative;
}

.faq_tab .faq_box dd .ico_a{
	width:51px;
	height:51px;
	line-height:48px;
	display:block;
	margin:10px auto;
	color:#FFF;
	font-size:24px;
	background-color:#858585;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%; 
}
.faq_tab .faq_box dd:before{
	content:"";
	position:absolute;
	width:58px;
	border-bottom:2px solid #b3b3b3;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-29px;
}




@media only screen and (max-width: 767px) {
.faq_tab .faq_box dd {
	padding:0px 10px 20px;
}


}

/*gmap*/

.gmap {
	width: 100%;
	height: 300px;
}

#gmap {
	height: 364px;
	width: 100%;
}

.gmap img,
#gmap img,
#gmap2 img {
	max-width: none;
}

#gmap2 {
	height: 235px;
	width: 100%;
}

.gmap3 {
	height: 120px;
}

/*posts list*/
 

.posts_list {
	margin: 0;
	padding: 5px 0 0;
	clear: both;
	overflow: hidden;
}

.posts_list li {
	list-style: none;
	clear: left;
}

.posts_list li img {
	float: left;
	margin: 0 10px 15px 0;
}

.posts_list li span {
	color: #575757;
}

.posts_list2 {
	margin: 0;
	padding: 5px 0 0;
}

.posts_list2 li {
	list-style: none;
	clear: left;
	color: #a4a4a4;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #313131;
}

.posts_list2 li p {
	color: #787878;
	padding-top: 5px;
}

.posts_list2 li img {
	float: left;
	margin: 0 10px 10px 0;
}

.posts_list2 li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*link_list*/



.link_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link_list li {
	padding: 11px 0;
	border-bottom: 1px solid #333333;
	color: #666666;
}

.link_list li span.glyphicons {
	margin-right: 10px;
	font-size: 9px;
	-webkit-text-size-adjust: none;
}

.link_list li,
.link_list li a,
.link_list li a:link,
.link_list li a:active,
.link_list li a:visited {
	color: #666666;
	text-decoration: none
}

.link_list li a:hover {
	text-decoration: none
}

.link_list_2 {
	margin: 0;
	padding: 0;
}

.link_list_2 li {
	padding: 0 15px;
	list-style: none;
	display: inline-block;
	text-align: center;
}

/*Theme_Normal_Bottom*/


.Theme_Normal_Bottom {
	width: 100%;
	position: relative;
}

.Theme_Normal_Bottom select,
.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"] {
	padding: 10px 0px!important;
	width: 100%!important;
	height: auto!important;
	text-indent: 12px;
	background: #262626!important;
	border-bottom: 1px solid #2a2a2a!important;
	border-right: 1px solid #2a2a2a!important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);               /* For Firefox3.6+ */
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);            /* For Chrome5+, Safari5+ */
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
}

.Theme_Normal_Bottom td.form_input textarea {
	height: 90px!important;
}

.Theme_Normal_Bottom input.btn {
	font-size: 14px!important;
	color: #4c4c4c!important;
	padding: 12px 32px!important;
	background: #2a2a2a!important;
	border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	-webkit-border-radius: 6px!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? */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1) inset, 1px 1px 1px rgba(0,0,0,0.1)!important;               /* For Firefox3.6+ */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1) inset, 1px 1px 1px rgba(0,0,0,0.1)!important;            /* For Chrome5+, Safari5+ */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1) inset, 1px 1px 1px rgba(0,0,0,0.1)!important;
}

.Theme_Normal_Bottom .btn:hover {
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1)!important;               /* For Firefox3.6+ */
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1)!important;            /* For Chrome5+, Safari5+ */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1)!important;
}


 /*banner*/
.SliderRevolution3D *,
.SliderRevolution3D *:before,
.SliderRevolution3D *:after{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	background-color:transparent;
}

.SliderRevolution3D,
.SliderRevolution3D a,
.SliderRevolution3D a:link,
.SliderRevolution3D a:active,
.SliderRevolution3D a:visited,
.SliderRevolution3D a:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}

.SliderRevolution3D .tp-leftarrow.default,
.SliderRevolution3D .tp-rightarrow.default{
	background:transparent;
	width:95px;
	height:95px;
	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? */
}
.SliderRevolution3D .tp-leftarrow.default:hover,
.SliderRevolution3D .tp-rightarrow.default:hover{
	background-color:rgba(0,0,0,0.35);
}

.SliderRevolution3D .tp-leftarrow.default:before,
.SliderRevolution3D .tp-rightarrow.default:before{
	content:"";
	width:22px;
	height:22px;
	border-bottom:4px solid #FFF;
	border-left:4px solid #FFF;
	position:absolute;
	top:50%;
	left:50px;
	margin:-9px 0px 0px -9px;
	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 */
}
.SliderRevolution3D .tp-rightarrow.default:before{
	transform:rotate(-135deg);
	-ms-transform:rotate(-135deg); /* IE 9 */
	-moz-transform:rotate(-135deg); /* Firefox */
	-webkit-transform:rotate(-135deg); /* Safari and Chrome */
	-o-transform:rotate(-135deg); /* Opera */
	margin:-9px 0px 0px -17px;
}

.SliderRevolution3D .tp-bullets.simplebullets.round .bullet{
	background:transparent;
	border:2px solid #ffffff;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	width:13px;
	height:13px;
	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? */
}
.SliderRevolution3D .tp-bullets.simplebullets.round .bullet.selected{
	background-color:#FFF;
}




.bannertitle1 {
	font-size:50px;
	letter-spacing:3px;
}
.bannercontent1 {
	font-size:22px;
	letter-spacing:1px;
}

.bannermore1 {
	border:2px solid #ffffff;
	padding:12px 40px;
	font-size:16px;
	letter-spacing:1px;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	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? */
}
.bannermore1:hover {
	background-color:#3cceda;
	border:2px solid #3cceda;
}
.bannermore1 a,
.bannermore1 a:link,
.bannermore1 a:active,
.bannermore1 a:visited,
.bannermore1 a:hover{
	display:block;
	margin:-12px -40px;
	padding:12px 40px;
	color:#FFF!important;
}


/*Theme_13_Elegant*/

.Theme_13_Elegant {
}

.Theme_13_Elegant img {
	max-width: 100%;
}

.Theme_13_Elegant .unoslider_indicator {
	bottom: -30px!important;
	left: 0px!important;
	width: 100%!important;
	text-align: center!important;
	border: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

.Theme_13_Elegant .unoslider_indicator a {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 20px!important;
	height: 20px!important;
	margin: 0 3px !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? */
}

.Theme_13_Elegant .unoslider_indicator a.unoslider_indicator_active {
}

.Theme_13_Elegant .unoslider_left,
.Theme_13_Elegant .unoslider_right {
	width: 52px!important;
	height: 52px!important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.Theme_13_Elegant .unoslider_left {
	left: -80px!important;
}

.Theme_13_Elegant .unoslider_right {
	right: -80px!important;
}

.Theme_13_Elegant .unoslider_left:before {
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0px 0px -2px;
	content: "";
	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 */
}

.Theme_13_Elegant .unoslider_right:before {
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0px 0px -5px;
	content: "";
	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 */
}

.Theme_13_Elegant .unoslider_pause,
.Theme_13_Elegant .unoslider_play {
	display: none!important;
}
@media only screen and (max-width: 980px) {

.Theme_13_Elegant .unoslider_left {
	left: 0px!important;
}

.Theme_13_Elegant .unoslider_right {
	right: 0px!important;
}
}

/*Time Line*/

.timeline_Top {
	padding: 0px 10px 10px 10px;
	border: 1px solid #e9e8e8;
	background-color: #fafafa;
	margin-top: 45px;
	text-align: center;
	position: relative;
}

.timeline_Top .timeline_time {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #8a8989;
	text-align: center;
	border: 1px solid #e9e8e8;
	display: block;
	position: relative;
	margin: -35px auto 15px;
	background: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.timeline_Top .timeline_time:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 80px;
	height: 80px;
	border: 5px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.timeline_Top:before {
	content: "";
	width: 18px;
	height: 18px;
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
	background-color: #fafafa;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -7px 0 0 -9px;
	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 */
}

.timeline_Top img {
	max-width: 100%;
	margin-bottom: 5px;
}

.timeline {
	margin-top: 11px;
	clear: both;
}

.timeline:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.timeline .timeline_pic {
	max-width: 100%
}

.timeline_left {
	width: 50%;
	margin: 0px;
	padding: 38px 65px 0 0;
	position: relative;
	float: left;
	border-right: 1px solid #e9e8e8;
}

.timeline_right {
	width: 50%;
	margin: 0px 0px 0px -1px;
	padding: 130px 0 0 65px;
	position: relative;
	float: left;
	border-left: 1px solid #e9e8e8;
}

.timeline_left li,
.timeline_right li {
	list-style: none;
	position: relative;
	padding: 12px;
	margin-bottom: 35px;
	background-color: #fafafa;
	border: 1px solid #e9e8e8;
}

.timeline_left li:after,
.timeline_right li:after {
	content: "";
	width: 18px;
	height: 18px;
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
	background-color: #fafafa;
	position: absolute;
	top: 42px;
	left: 100%;
	margin: -7px 0 0 -8px;
	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 */
}

.timeline_right li:after {
	top: 45px;
	left: auto;
	right: 100%;
	margin: -7px -8px 0 0;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg); /* IE 9 */
	-moz-transform: rotate(135deg); /* Firefox */
	-webkit-transform: rotate(135deg); /* Safari and Chrome */
	-o-transform: rotate(135deg); /* Opera */
}

.timeline_left .timeline_time,
.timeline_right .timeline_time {
	width: 70px;
	height: 70px;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #e9e8e8;
	text-align: center;
	line-height: 70px;
	background-color: #ffffff;
	color: #8a8989;
	top: 10px;
	z-index: 100;
}

.timeline_left .timeline_time {
	right: -102px;
}

.timeline_right .timeline_time {
	left: -102px;
}

.timeline .timeline_title {
	color: #363839;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0 6px;
}

.timeline .timeline_content p {
	line-height: 1.8;
}
 @media only screen and (max-width: 767px) {

.timeline_left,
 .timeline_right {
	width: 100%;
	float: none;
	border: none;
	padding: 0px;
	margin: 0;
}

.timeline_left li,
.timeline_right li,
.timeline_Top {
	margin-bottom: 50px;
}

.timeline_left li:after,
.timeline_right li:after,
.timeline_Top:before {
	display: none;
}

.timeline_left .timeline_time,
.timeline_right .timeline_time {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #8a8989;
	text-align: center;
	border: 1px solid #e9e8e8;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	margin: -47px auto 15px;
	background: #ffffff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.timeline_left .timeline_time:before,
.timeline_right .timeline_time:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 80px;
	height: 80px;
	border: 5px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
}

/*Lead*/

.Lead {
	padding: 140px 0;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.Lead .Lead_titleA {
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
}

.Lead .Lead_titleA {
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2
}

.Lead .Lead_titleB {
	font-size: 60px;
	color: #FFF;
	line-height: 1.2
}

.Lead .Lead_titleC {
	font-size: 34px;
	color: #FFF;
	line-height: 1.4
}

.Lead a.Lead_button,
.Lead a.Lead_button:hover {
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #FFF;
	padding: 14px 30px;
	display: inline-block;
}

*+html .Lead a.Lead_button,
*+html .Lead a.Lead_button:hover {
	display: inline;
}

.Lead2 {
	padding: 110px 0 100px;
	text-align: center;
}

.Lead2 .Lead2_title {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {

.Lead .Lead_titleA {
	font-size: 22px;
}

.Lead .Lead_titleB {
	font-size: 30px;
}

.Lead .Lead_titleC {
	font-size: 20px;
}

.Lead2 .Lead2_title {
	font-size: 22px;
}
}

/*mail*/

.emails_box {
	border: 10px solid #e5e5e5;
	margin: 20px 0;
	padding: 25px;
	font-size: 14px;
}

.emails_box .emails-ico {
	margin: 8px 0 0 0;
	font-size: 60px;
	background: #dddddd;
	color: #FFF;
	width: 66px;
	height: 46px;
	overflow: hidden;
	border: 3px solid #dddddd;
}

.emails_box .emails-ico:before {
	position: absolute;
	top: -10px;
}

.emails_box h3 {
	color: #363839;
	font-size: 24px;
	font-weight: normal;
}

.emails_text {
	float: left;
	border: 1px solid #e5e5e5;
}

/*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;
	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;
	position: absolute;
	margin-top: 20px;
	top: 100%;
	left: 2;
	width: 100%;
}
.carousel .owl-page {
	cursor: pointer;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	border:2px solid #3cceda;
	display: inline-block;
	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-color:#3cceda;
}
.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next {
	position: absolute;
	left: -55px;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	margin: -17px 0 0 0;
	background-color:#b6b6b6;
	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-buttons .owl-next {
	left: auto;
	right: -55px;
}
.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before {
	content: "";
	border-left: 2px solid #FFF;
	border-bottom:2px solid #FFF;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	font-size: 20px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.carousel .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #FFF;
	margin-left: -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.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 {
	background-color:#3cceda
}
.carousel .owl-buttons .owl-prev:hover:before {
}
.carousel .owl-buttons .owl-next:hover:before {
	border-left: none;
}
.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 {
	text-align:center;
}
.carousel_1 h3 {
	color:#000000;
	font-size:14px;
	text-align:center;
	padding:15px 0 3px;
	margin-bottom:0; 
}
.carousel_2 .owl-buttons .owl-prev{
	left:30px;
} 
.carousel_2 .owl-buttons .owl-next{
	right:30px;
}
.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next{
	height:64px;
	width:64px;
	background-color:#000000;
	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? */
}
.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-prev:before{
	width:21px;
	height:21px;
	margin:-10px 0 0 -6px
}
.carousel_2 .owl-buttons .owl-next:before{
	width:21px;
	height:21px;
	margin:-10px 0 0 -14px
}

.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	height:65px;
	width:43px;
	background-color:#000000;
	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? */
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.carousel_3 .owl-buttons .owl-prev{
	left:0px;
} 
.carousel_3 .owl-buttons .owl-next{
	right:0px;
}
.carousel_3:hover .owl-buttons .owl-prev,
.carousel_3:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_3 .owl-buttons .owl-prev:before{
	width:15px;
	height:15px;
	margin:-7px 0 0 -4px
}
.carousel_3 .owl-buttons .owl-next:before{
	width:15px;
	height:15px;
	margin:-7px 0 0 -10px
}

.carousel_3.carousel_3_arrow .owl-buttons .owl-prev{
	height:0px;
	width:0px;
	background-color:transparent;
	filter:alpha(opacity=100);
	opacity:1;
	border:16px solid transparent;
	border-right-color:#4e4e4e;
}
.carousel_3.carousel_3_arrow .owl-buttons .owl-next{
	height:0px;
	width:0px;
	background-color:transparent;
	filter:alpha(opacity=100);
	opacity:1;
	border:16px solid transparent;
	border-left-color:#4e4e4e;
}

.carousel_3.carousel_3_arrow .owl-buttons .owl-prev:before,
.carousel_3.carousel_3_arrow .owl-buttons .owl-next:before{
	display:none;
}
.carousel_3.carousel_3_arrow .owl-buttons .owl-prev:hover{
	background-color:transparent;
	border-right-color:#3dceda;
}
.carousel_3.carousel_3_arrow .owl-buttons .owl-next:hover{
	background-color:transparent;
	border-left-color:#3dceda;
}
.carousel_3.carousel_3_arrow .owl-buttons{
	text-align:center;
}
.carousel_3.carousel_3_arrow .owl-buttons .owl-prev, 
.carousel_3.carousel_3_arrow .owl-buttons .owl-next{
	position:static;
	margin:10px 10px 0;
	display:inline-block;
}



.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	height:65px;
	width:43px;
	background-color:#000000;
	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? */
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.carousel_4 .owl-buttons .owl-prev{
	left:0px;
} 
.carousel_4 .owl-buttons .owl-next{
	right:0px;
}
.carousel_4 .owl-buttons .owl-prev:before{
	width:15px;
	height:15px;
	margin:-7px 0 0 -4px
}
.carousel_4 .owl-buttons .owl-next:before{
	width:15px;
	height:15px;
	margin:-7px 0 0 -10px
}



@media only screen and (max-width: 767px) {
	.carousel .owl-buttons .owl-prev{
		left:0;
	}
	.carousel .owl-buttons .owl-next {
		right:0;
	}	
}

/*sync carousel */
.sync_carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.sync_carousel .carousel_main,
.sync_carousel .carousel_nav{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	-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);
	display:none;
	margin:0px;
	padding:0px;
}

.sync_carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.sync_carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.sync_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;
}
.sync_carousel .owl-item{
	float: left;
}
.sync_carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.sync_carousel .owl-page{
	cursor: pointer;
	width:21px;
	height:21px;
	border:2px solid #2e2e2e;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.sync_carousel .owl-page.active{
}
.sync_carousel .owl-buttons .owl-prev,
.sync_carousel .owl-buttons .owl-next{
	position:absolute;
	right:100%;
	top:50%;
	width:47px;
	height:47px;
	line-height:47px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-32px -50px 0 0;
	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? */
}
.sync_carousel .owl-buttons .owl-next{
	left:100%;
	margin:-32px 0 0 -50px ;
}

.sync_carousel .owl-buttons .owl-prev:before,
.sync_carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	width:12px;
	height:12px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -3px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.sync_carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #FFF;
	margin-left:-7px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
 
.sync_carousel .owl-buttons .owl-prev:hover,
.sync_carousel .owl-buttons .owl-next:hover{
}


.sync_carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.sync_carousel  .owl-wrapper,
.sync_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);
}



.sync_carousel img {
	max-width:100%;
}
.sync_carousel_1 .carousel_nav{
	padding:60px 0;
}
.sync_carousel_1 .carousel_nav .item {
	cursor:pointer;
	margin:5px 0px;
	text-align:center;
	overflow:hidden;
}

.sync_carousel_1 .carousel_nav .item .ico{
	font-size:30px;
	display:inline-block;
	margin:auto;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin-bottom:15px;
	position:relative;
}
.sync_carousel_1 .carousel_nav .item .ico span{
	width:90px;
	height:90px;
	line-height:90px;
	display:inline-block;
	margin:5px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	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? */
}
.sync_carousel_1 .carousel_nav .synced .item .ico span{
	color:#FFF;
}
.sync_carousel_1 .carousel_nav .synced .item img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

.sync_carousel_1 .carousel_nav .item p{
	color:#000000;
}


.sync_carousel_1 .carousel_nav .item .ico:before,
.sync_carousel_1 .carousel_nav .item .ico:after{
	content:"";
	position:absolute;
	top:50%;
	left:100%;
	border-bottom:1px solid #dbdada;
	margin:0 0 0 30px;
	width:100%;
}
.sync_carousel_1 .carousel_nav .item .ico:after{
	left:auto;
	right:100%;
	margin:0 30px 0 0;
}

.sync_carousel_1 .carousel_nav .item .line:before,
.sync_carousel_1 .carousel_nav .item .line:after{
	content:"";
	position:absolute;
	top:50%;
	left:100%;
	margin:-2px 0 0 30px;
	width:5px;
	height:5px;
	background-color:#dbdada;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.sync_carousel_1 .carousel_nav .item .line:after{
	left:auto;
	right:100%;
	margin:-2px 30px 0 0;
}
.sync_carousel_1 .carousel_nav .owl-item:first-child .line:after,
.sync_carousel_1 .carousel_nav .owl-item:first-child .ico:after,
.sync_carousel_1 .carousel_nav .owl-item:last-child .line:before,
.sync_carousel_1 .carousel_nav .owl-item:last-child .ico:before{
	display:none;
}
.sync_carousel_1 .carousel_main{
	text-align:center;
	padding:0 50px;
}

.sync_carousel_1 .owl-buttons .owl-prev,
.sync_carousel_1 .owl-buttons .owl-next{
	top:-155px;
	background-color:#b6b6b6;
	
}


.sync_carousel_2 .carousel_main{
	margin-bottom:5px;
}
.sync_carousel_2 .carousel_main .owl-buttons .owl-prev{
	left:0;
	height:98px;
	width:49px;
	background-color:		rgba(255,255,255,0.4);
	border-radius:			0 49px 49px 0;
	-moz-border-radius:		0 49px 49px 0;
	-webkit-border-radius:	0 49px 49px 0;
}
.sync_carousel_2 .carousel_main .owl-buttons .owl-next{
	left:auto;
	right:0;
	height:98px;
	width:49px;
	background-color:		rgba(255,255,255,0.4);
	border-radius:			49px 0 0 49px;
	-moz-border-radius:		49px 0 0 49px;
	-webkit-border-radius:	49px 0 0 49px;
}
.sync_carousel_2 .carousel_main .owl-buttons .owl-prev:before{
	width:21px;
	height:21px;
	margin:-10px 0 0 -10px;
}
.sync_carousel_2 .carousel_main .owl-buttons .owl-next:before{	
	width:21px;
	height:21px;
	margin:-10px 0 0 -10px;
}
.sync_carousel_2 .carousel_main .owl-buttons .owl-prev:hover,
.sync_carousel_2 .carousel_main .owl-buttons .owl-next:hover{
	background-color:#3cceda
}
.sync_carousel_2 .carousel_nav{
	background-color:#000;
	margin-bottom:40px;
}
.sync_carousel_2 .carousel_nav img {
	cursor:pointer
}
.sync_carousel_2 .carousel_nav .synced{
	filter:alpha(opacity=50);
	opacity:0.5;

}
.sync_carousel_2 .carousel_nav .owl-prev:before,
.sync_carousel_2 .carousel_nav .owl-next:before{
	display:none;
}
.sync_carousel_2 .carousel_nav .owl-prev,
.sync_carousel_2 .carousel_nav .owl-next{
 	width:0;
	height:0;
	top:100%;
	left:50%;
	margin:10px 0 0 -20px;
	overflow:hidden;
	border:15px solid transparent;
	border-top-width:10px;
	border-bottom-width:10px;
	border-right-color:#c5c5c5;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	background-color:transparent;
	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? */
}
.sync_carousel_2 .carousel_nav .owl-next{
	border-right-color:transparent;
	border-left-color:#c5c5c5;
	margin:10px 0 0 20px;
 }
.sync_carousel_2 .carousel_nav .owl-prev:hover{
	background-color:transparent;
	border-right-color:#3cceda;
}
.sync_carousel_2 .carousel_nav .owl-next:hover{
	background-color:transparent;
	border-left-color:#3cceda;
	
}

@media only screen and (min-width: 1200px) {
	.sync_carousel .owl-buttons .owl-prev {
		margin-right:-25px;
	}
	.sync_carousel .owl-buttons .owl-next{
		margin-left:-25px;
	}
	.sync_carousel_2 .owl-buttons .owl-prev {
		margin-right:-20px;
	}
	.sync_carousel_2 .owl-buttons .owl-next{
		margin-left:20px;
	}
	
	
	
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.sync_carousel_1 .carousel_main{
	text-align:center;
	padding:0 25px;
}
}

@media only screen and (max-width: 767px) {
.sync_carousel_1 .carousel_main{
	text-align:center;
	padding:0 15px;
}
.sync_carousel_1 .carousel_nav{
	padding:20px 0;
}
.sync_carousel .owl-buttons .owl-prev,
.sync_carousel .owl-buttons .owl-next{
	margin-top:5px;
}

}


/*	Circle Slider	*/


div.main_slider_wrapper {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1000px;
}

.slider_wrapper * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.slider_wrapper {
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
	display: block;
	position: relative;
}

.slider_wrapper .circle_slider {
	position: relative;
	width: 970px;
	height: 260px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

.circle_slider_thumb {
	border: #ecebeb solid 1px !important;
	padding: 4px !important;
	position: absolute;
	top: 97px;
	width: 84px;
	height: 84px;
	float: left;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.circle_slider_thumb img {
	max-width: 100% !important;
	width: 84px;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	border-radius: 84px;
}

.circle_slider_big {
	overflow: hidden;
	border: #282828 solid 8px;
	border-radius: 231px;
	position: absolute;
	top: 24px;
	width: 231px;
	height: 231px;
	float: left;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	margin: 0;
	padding: 0;
}

.circle_slider_big img {
	width: 231px;
	margin: 0;
	padding: 0;
	border: none;
}

.slider_wrapper .circle_slider_nav_left {
	position: absolute;
	top: 334px;
	left: 95px;
	height: 57px;
	width: 28px;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	cursor: pointer;
}

.slider_wrapper .circle_slider_no_border2_left {
	width: 24px;
}

.slider_wrapper .circle_slider_nav_left span {
	border-radius: 50px 0px 0px 50px;
	left: 0px;
	position: absolute;
	display: inline-block;
	background: url(images/slider_ico.png) no-repeat left top;
	box-shadow: none !important;
}

.slider_wrapper .circle_slider_nav_right {
	position: absolute;
	top: 597px;
	left: 95px;
	height: 57px;
	width: 28px;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	cursor: pointer;
}

.slider_wrapper .circle_slider_nav_right span {
	margin-left: -26px;
	left: 0px;
	position: absolute;
	display: inline-block;
	box-shadow: none !important;
	background: url(images/slider_ico.png) no-repeat left top;
}

.slider_wrapper .circle_slider_nav_left.circle_slider_no_border span {
	padding: 0;
	margin-left: 8px;
	border-radius: 0;
	background: url(images/slider_ico.png) no-repeat left 8px !important;
	box-shadow: none !important;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	width: 100%;
	height: 30px;
}

.slider_wrapper .circle_slider_nav_right.circle_slider_no_border span {
	padding: 0;
	left: 4px;
	border-radius: 0;
	background: url(images/slider_ico.png) no-repeat right 8px !important;
	box-shadow: none !important;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	width: 100%;
	margin-left: -4px;
	height: 30px;
}

/*	Circle Slider text	*/


.slider_wrapper .slider_item {
	width: 100%;
	left: 0px;
	top: 10px;
	position: relative;
	display: inline-block;
}

.slider_wrapper .slider_item .circle_slider_text {
	width: 460px;
	padding: 0 20px 20px 0px;
	border-right: 1px solid #7e7e7e;
	float: left;
	margin: 0;
	border-left: none;
	border-bottom: none;
	border-top: none;
}

.slider_wrapper .slider_item .circle_slider_text.right {
	border-left: 1px solid #7e7e7e;
	border-right: none;
	width: 459px;
	padding: 0 0px 20px 20px;
	margin: 0 0 0 -1px;
	border-bottom: none;
	border-top: none;
}

.slider_wrapper .slider_item .circle_slider_text span {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.slider_wrapper .slider_item .circle_slider_text h4 {
	float: right;
}

.slider_wrapper .slider_item .circle_slider_text.right span {
	text-align: left;
}

.slider_wrapper .slider_item .circle_slider_text.right h4 {
	float: left;
}

.image_more_info {
	width: 42px;
	height: 42px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.image_more_info a {
	position: relative;
}

.image_more_info span {
	border-radius: 50%;
	display: block;
	padding: 0px;
	overflow: hidden;
	border: 0;
	width: 0px;
	height: 0px;
	background: url(images/slider_ico.png) no-repeat 12px -28px #3cceda!important;
	box-shadow: none !important;
	font-size: 0px;
}

.circle_item_border {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	left: -1px;
	border: 5px solid #000000;
	border-radius: 40px 40px 40px 40px;
	z-index: 5;
}

/* additional content */


.slider_wrapper .slider_wrap {
	text-align: center;
}

.slider_wrapper div.all_around_text_up {
	position: absolute;
	margin: 0;
	padding: 0;
}

.slider_wrapper div.all_around_text_down {
	position: absolute;
	margin: 0;
	padding: 0;
}

.slider_wrapper span.all_around_text_span_up {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.slider_wrapper span.all_around_text_span_down {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	padding: 5px!important;
	font-size: 15px;
	color: #555859;
}

.slider_wrapper .slider_item {
	display: none;
}

.main_content_slider_box {
	margin: auto;
	overflow: hidden;
	width: 100%!important;
}

.circle_slider1 {
	overflow: hidden;
}

.circle_slider1 blockquote {
	padding: 0px 0px 25px;
	margin: 0px;
}

.circle_slider1 blockquote p {
	color: #8a8989;
	font-size: 16px;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

.circle_slider1 blockquote small {
	font-size: 16px;
	color: #3cceda;
	position: static;
	text-align: center;
	padding-top: 12px;
}

.circle_slider1 blockquote small:before {
	content: "";
}

.circle_slider1 .pic_name {
	font-size: 24px;
	color: #555859;
	font-weight: normal;
	margin-bottom: 15px;
}

/*advantage*/

.advantage_box {
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}

.advantage_box .advantage_ico {
	width: 68px;
	height: 68px;
	background: #2e2e2e;
	border: 2px solid #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: auto;
	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? */
}

.advantage_box .advantage_ico .glyphicons,
.advantage_box .advantage_ico .socia {
	width: 60px;
	height: 59px;
	line-height: 60px;
	background: #2e2e2e;
	display: block;
	color: #FFF;
	font-size: 20px;
	border: 4px solid #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	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? */
}

.advantage_box h3 {
	font-weight: normal;
	color: #3d3f40;
	font-size: 19px;
	margin: 10px 0;
}

.advantage_box a.Button_normal {
	margin: 10px 0 0;
}

.advantage_box:hover .advantage_ico {
}

.advantage_box:hover .advantage_ico .glyphicons,
.advantage_box:hover .advantage_ico .socia,
.advantage_box:hover .advantage_ico {
	border: 4px solid #FFF;
}

.advantage_box:hover a.Button_normal {
}

.advantage_box:hover h3 {
}

.advantage_box2 {
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}

.advantage_box2 .color_1 {
	background-color: #3dbaa1;
}

.advantage_box2 .color_2 {
	background-color: #8cba3d;
}

.advantage_box2 .color_3 {
	background-color: #ca9733;
}

.advantage_box2 .color_4 {
	background-color: #d96c4e;
}

.advantage_box2 .advantage_ico {
	width: 174px;
	height: 174px;
	line-height: 174px;
	text-align: center;
	font-size: 65px;
	color: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: auto;
	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? */
}

.advantage_box2 .advantage_ico .glyphicons,
.advantage_box2 .advantage_ico .socia {
}

.advantage_box2 h3 {
	font-weight: normal;
	color: #3d3f40;
	font-size: 19px;
	margin: 15px 0 10px;
}

/*touch_box*/

.touch_box {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}

.touch_box .touch_link {
	text-align: right;
}

.touch_box .touch_link .Button_default {
	margin-top: 35px;
}
 @media only screen and (max-width: 767px) {

.touch_box .touch_link {
	text-align: left;
}
}

/*Social_list*/

.social_list a span {
	color: #c3c3c3;
	font-size: 24px;
	margin: 0px 1px;
	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? */
}

.social_list a:hover span {
	color: #55a9f8;
}

/*evaluate*/

.evaluate blockquote {
	margin: 0;
	padding: 0px;
	text-indent: 0px;
}

.evaluate blockquote p {
	text-indent: 0px;
	font-style: normal;
	color: #808080;
	font-size: 13px;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 20px;
	font-style: normal;
}

.evaluate blockquote small {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
	font-style: normal;
	font-size: 14px;
	padding-bottom: 25px;
}

.evaluate blockquote small:before {
	content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50px;
	top: -5px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background-color: #fafafa;
	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 */
}

.evaluate blockquote small img {
	width: 50px;
	height: 50px;
	float: left;
	vertical-align: middle;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.evaluate blockquote small span {
	display: block;
	font-size: 15px;
	padding: 6px 0 3px;
}

/* 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;
}

/*LightBox_Content*/

.iLightBox_Content {
	display: none;
	background-color: #FFF;
	max-width: 60%;
	margin: auto;
	padding: 20px;
	color:#444;
}


.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 img {
	max-width: 100%;
}

.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: -25px;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.photo_box .ico span {
	color: #FFF;
	width: 50px!important;
	height: 50px!important;
	line-height: 50px!important;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 0px 3px;
	background-color: #F6EE1F !important;
	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=50);
	opacity: 0.5;
}

.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: #69b532;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.ico_push_in .ico span {
	background-color: transparent!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: 50px;
	height: 50px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0;
}

.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: #69b532;
	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 {
	overflow: visible;
}

.photo_box.img_flip .pic_box {
	position: relative;
	overflow: visible;
	-webkit-perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}

.photo_box.img_flip .pic_box img,
.photo_box.img_flip .shade,
.photo_box.img_flip .content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-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-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photo_box.img_flip .pic_box img {
	z-index: 1;
	position: relative;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.photo_box.img_flip .pic_box .shade,
.photo_box.img_flip .pic_box .content {
	z-index:-2;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.photo_box.img_flip .pic_box .content{
	z-index:-1;

}

.photo_box:hover.img_flip  img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.photo_box:hover.img_flip .pic_box .shade,
.photo_box:hover.img_flip .pic_box .content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.photo_box:hover.img_flip .pic_box .shade {
	z-index: 2;
}
.photo_box:hover.img_flip .pic_box .content {
	z-index: 3;
}

.content_sytle_2 .shade {
	background-color: #69b532;
}

.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: #69b532;
	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: #69b532;
	border-top-color: #69b532;
}

.photo_box.icon_tag_push .ico span {
	background: none;
	width: auto!important;
	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 .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;
}

.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 {
	background-color: transparent;
	border: 1px solid #FFF;
}

.photo_box:hover.entirety_bevel .shade {
	background-color: #69b532;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
	content: "";
	border-width:0px;
	border-style:solid;
	border-top-color:#e5e5e5;
	border-right-color:#FFF;
	border-left-color:#e5e5e5;
	border-bottom-color:#FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: border-width ease-in 200ms;
	-moz-transition: border-width ease-in 200ms;
	-webkit-transition: border-width ease-in 200ms;
	-o-transition: border-width ease-in 200ms;
	-ms-transition: border-width ease-in 200ms;
}

.photo_box:hover.entirety_bevel .pic_box:before {
	border-width:25px;
	transition: border-width ease-in 200ms;
	-moz-transition: border-width ease-in 200ms;
	-webkit-transition: border-width ease-in 200ms;
	-o-transition: border-width ease-in 200ms;
	-ms-transition: border-width ease-in 200ms;
}

.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_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);
}
@-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: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	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);
}

.box_dotted_padding {
	border: 1px dashed #ddd;
	padding: 3px;
}

.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 {
	text-align: left;
	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 #69b532;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_5 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_5 h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 8px 10px;
	padding: 0;
}

.text_sytle_6 h3 {
	color: #363839;
	font-size: 18px;
	padding: 25px 0px 0px;
	font-weight: normal;
	margin-bottom: 0px;
}

.text_sytle_6 .info {
	margin-bottom: 10px;
}

.text_sytle_6 .social-icons a {
	font-size: 23px;
	color: #8a8989;
	filter: alpha(opacity=50);
	opacity: 0.5;
	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_sytle_6 .social-icons a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.text_sytle_7 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_7 h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 10px 8px;
}

.text_sytle_7 h3 span {
	float: right;
}

/*flip box*/

.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;
	color:#444;
	-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{
	border: 1px solid #e2e2e2;
	background-color:#f7f7f7; 
	padding:50px 25px 60px;
	text-align: center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.flip_box_1 .front .glyphicons {
 	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 70px;
	color: #3cceda;
	margin-bottom: 30px;
}

.flip_box_1 .front h3 {
	font-size: 16px;
	color: #3cceda;
	font-weight:normal;
}

.flip_box_1 .back {
	height: 100%;
	background:#3cceda;
	color:#FFF;
	text-align: center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	padding:0px 30px;
}
.flip_box_1 .back h3 {
	padding: 30px 0 10px;
	color:#FFF;
}

.flip_box_2 .front{
	border: 1px solid #e2e2e2;
	background-color:#f7f7f7; 
	padding:25px;
	text-align: center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.flip_box_2 .front .glyphicons {
 	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 40px;
	color: #000;
	margin-bottom: 15px;
}

.flip_box_2 .front h3 {
	font-size: 16px;
	color: #000;
	font-weight:normal;
}

.flip_box_2 .back {
	height: 100%;
	background:#373737;
	color:#FFF;
	text-align: center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	padding:0px 25px;
}
.flip_box_2 .back h3 {
	padding: 30px 0 10px;
	color:#FFF;
}
.flip_box_2 .but{
	border:1px solid #ffffff;
	padding:8px 15px;
	color:#FFF;
	margin-top:5px;
	display:inline-block;
	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? */
}
.flip_box_2 .but:hover{

}

.flip_box_3 .front{
	text-align: center;
	background-color:transparent;
}

.flip_box_3 .front .glyphicons {
 	width: 145px;
	height: 145px;
	line-height: 135px;
	text-align: center;
	font-size: 60px;
	color: #3cceda;
	margin-bottom: 15px;
	border:2px solid #3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	
}

.flip_box_3 .front h3 {
	font-size: 14px;
	font-weight:normal;
}

.flip_box_3 .back {
	height: 100%;
	background:#e6e6e6;
	color:#7b7b7b;
	text-align: center;
	padding:0px 30px;
	border:1px solid #e2e2e2;
}
.flip_box_3 .back:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	border:178px solid transparent;
	border-top-width:135px;
	border-top-color:#f0f0f0;
	z-index:0;
}
.flip_box_3 .back:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	border:178px solid transparent;
	border-bottom-width:135px;
	border-bottom-color:#f0f0f0;
 	z-index:0;
}
.flip_box_3 .back > *{
	position:relative;
	z-index:1;
}
.flip_box_3 .back h3 {
	padding: 30px 0 10px;
	color:#000;
}
.flip_box_3 .but{
	padding:8px 15px;
	margin-top:5px;
	display:inline-block;
	text-decoration:none;
}


/*boxes*/
.boxes_style_1 {
	border:1px solid #dbdbdb;
	padding:25px 40px;
	text-align:center;
	margin-bottom:8px;
}
.boxes_style_1 .Boxes_title {
	font-size:18px;
	color:#000000;
	padding-bottom:10px;
}
.boxes_style_1 a.but{
	background-color:#3cceda;
	color:#FFF;
	text-decoration:none;
	padding:12px 25px;
	margin-top:10px;
	display:inline-block;
	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? */
}
.boxes_style_1 a.but:hover{
	background-color:#2e2e2e!important
}

.boxes_style_2 .boxes{
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	background-color:#3cceda;
}
.boxes_style_2 .boxes p{
	color:#fff;
	}
.boxes_style_2 .Boxes_title {
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_2 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_2 .boxes .but a{
	background-color:transparent;
	border:1px solid #fff;
	color:#FFF;
	padding:10px 30px;
	display:inline-block;
	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? */
}
.boxes_style_2 .boxes .but a:hover{
	background-color:#000;
	border:1px solid #000;
}
.boxes_style_2 .source_code a{
	color:#fff;
}

.boxes_style_3 {
	border:1px solid #ebebeb;
	background-color:#f6f6f6;
	padding:25px 40px;
	text-align:left;
	margin-bottom:8px;
}
.boxes_style_3 .Boxes_title {
	font-size:18px;
	color:#3cceda;
	padding-bottom:10px;
}
.boxes_style_3 a.but{
	background-color:#3cceda;
	color:#FFF;
	text-decoration:none;
	padding:12px 25px;
	display:inline-block;
	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? */
}
.boxes_style_3 a.but:hover{
	background-color:#2e2e2e!important
}

.boxes_style_4 {
	box-shadow:			0 0 15px rgba(0,0,0,0.3);	
	-moz-box-shadow:	0 0 15px rgba(0,0,0,0.3); 	
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	padding:25px;
}
.boxes_style_4 .Boxes_title {
	font-size:18px;
	color:#000000;
	padding-bottom:10px;
}

.boxes_style_5{
 	padding:25px;
	background-color:#f6f6f6;
	position:relative;
	z-index:2px;
}
.boxes_style_5 .Boxes_title {
	font-size:18px;
	color:#000000;
	padding-bottom:10px;
}
.boxes_style_5:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:50%;
	height:25px;
	z-index:-1;
	margin-bottom:15px;
	box-shadow:			10px 23px 15px rgba(0,0,0,0.3);	
	-moz-box-shadow:	10px 23px 15px rgba(0,0,0,0.3); 	
	-webkit-box-shadow: 10px 23px 15px rgba(0,0,0,0.3);
	transform:rotate(-6deg);
	-ms-transform:rotate(-6deg); /* IE 9 */
	-moz-transform:rotate(-6deg); /* Firefox */
	-webkit-transform:rotate(-6deg); /* Safari and Chrome */
	-o-transform:rotate(-6deg); /* Opera */
}
.boxes_style_5:after{
	content:"";
	position:absolute;
	bottom:0px;
	right:0px;
	width:50%;
	height:25px;
	z-index:-1;
	margin-bottom:15px;
	box-shadow:			-10px 23px 15px rgba(0,0,0,0.3);	
	-moz-box-shadow:	-10px 23px 15px rgba(0,0,0,0.3); 	
	-webkit-box-shadow: -10px 23px 15px rgba(0,0,0,0.3);
	transform:rotate(6deg);
	-ms-transform:rotate(6deg); /* IE 9 */
	-moz-transform:rotate(6deg); /* Firefox */
	-webkit-transform:rotate(6deg); /* Safari and Chrome */
	-o-transform:rotate(6deg); /* Opera */
}
.boxes_style_6 {
	position:relative;
}
.boxes_style_6 .boxes{
	padding:20px 240px 20px 25px;
	border:1px solid #dcdcdc;
	border-left:3px solid #3cceda;
}
.boxes_style_6 .boxes p{
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_6 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_6 .boxes .but a{
	background-color:#3cceda;
	color:#FFF;
	padding:10px 30px;
	display:inline-block;
	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? */
}
.boxes_style_6 .boxes .but a:hover{
	background-color:#000;
}

.boxes_style_7 .boxes{
	padding:20px 240px 20px 25px;
	background-color:#3c3c3c;
	border-top:3px solid #3cceda;
	color:#FFF;
	position:relative;
}
 .boxes_style_7 .Boxes_title {
	font-size:18px;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
	color:#FFF;
}
.boxes_style_7 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_7 .boxes .but a{
	border:1px solid #FFF;
	color:#FFF;
	padding:10px 30px;
	display:inline-block;
	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? */
}
.boxes_style_7 .boxes .but a:hover{
	background-color:#000;
	border:1px solid #000;
}
.boxes_style_8{
	border:1px solid #e4e4e4;
	padding:5px;
}
.boxes_style_8 .boxes{
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
 	border:1px solid #e4e4e4;
}
 .boxes_style_8 .Boxes_title {
	font-size:18px;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
	color:#000;
}
.boxes_style_8 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_8 .boxes .but a{
	border:1px solid #d1d1d1;
	color:#6c6c6c;
	padding:10px 30px;
	display:inline-block;
	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? */
}
.boxes_style_8 .boxes .but a:hover{
	background-color:#000;
	border:1px solid #000;
	color:#FFF;
}






@media only screen and (max-width: 767px) {
	.boxes_style_2 .boxes,
	.boxes_style_6 .boxes,
	.boxes_style_7 .boxes,
	.boxes_style_8 .boxes{
		padding:20px 25px
	}
	.boxes_style_2 .but,
	.boxes_style_6 .but,
	.boxes_style_7 .but,
	.boxes_style_8 .but{
		position:static;
		padding:10px 0;
		margin:0;
	}
	
}


/*******HTML*********/

/*ServeList*/
.ServeList_1 {
	margin:0;
	padding:0;
}
.ServeList_1 li{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	padding:0px 0 25px 100px;
	margin-bottom:25px;
	
	min-height:70px;
	overflow:hidden;
}
.ServeList_1 li .ico{
	position:absolute;
	top:5px;
	left:0px;
	height:60px;
	line-height:65px;
	width:60px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	border:1px solid #3ccbd8;
	text-align:center;
	font-size:20px;
	color:#3ccbd8;
}
.ServeList_1 li:before{
	content:"";
	position:absolute;
	top:70px;
	left:30px;
	height:100%;
	border-left:1px solid  #3ccbd8;
}
.ServeList_1 li:after{
	content:"";
	width:5px;
	height:5px;
	background-color:#3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%; 
	position:absolute;
	bottom:0px;
	left:28px;
}

.ServeList_1 li:last-child:before,
.ServeList_1 li:last-child:after{
	display:none;
}
.ServeList_1 h1,
.ServeList_1 h2,
.ServeList_1 h3,
.ServeList_1 h4,
.ServeList_1 h5,
.ServeList_1 h6{
	font-weight:normal
}



.ServeList_2 .front{
	background-color:#FFF;
	color:#3cceda;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.ServeList_2 .front .glyphicons{
	font-size:70px;
	color:#3cceda;
	height:170px;
	line-height:200px;
}
.ServeList_2 .front h3{
	font-size:16px;
	padding:10px 0 70px;
	color:#3cceda;
	letter-spacing:2px;
}
.ServeList_2 .back{
	color:#FFF;
	background-color:#3cceda;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.ServeList_2 .back h3 {
	padding:40px 10px 25px;
	margin:0;
	letter-spacing:2px;
}
.ServeList_2 .back p {
	padding:0px 15px
}

.ServeList_3 {
	padding-left:68px;
	position:relative;
	margin-bottom:50px;
}
.ServeList_3 .ico {
	position:absolute;
	left:0;
	top:-10px;
	font-size:30px;
	color:#3cceda;
}
.ServeList_3 h6{
	margin-bottom:20px;
}
.ServeList_4{
	margin:0px;
	padding:10px 0;
}
.ServeList_4 li {
	list-style:none;
	text-align:right;
	padding:0 80px 15px 80px;
	margin-bottom:25px;
	position:relative;
	width:50%;
}
.ServeList_4 li h4 {
	margin-bottom:14px;
}
.ServeList_4 li .ico {
	position:absolute;
	top:0px;
	right:0px;
	width:60px;
	height:60px;
	line-height:68px;
	font-size:30px;
	color:#FFF;
	text-align:center;
	background-color:#3cceda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin-right:-30px;
}
.ServeList_4 li .line{
	position:absolute;
	left:100%;
	top:60px;
	bottom:0;
	margin-top:20px;
 	overflow:hidden;
	width:0px;
	border-left:1px solid #3cceda;
}
.ServeList_4 li p {
	line-height:2;
}
.ServeList_4 li h6 {
	margin-bottom:10px;
}
.ServeList_4 li.even{
	text-align:left;
	margin-left:50%;
	padding:0 80px 15px 80px;
}
.ServeList_4 li.even .ico{
	left:0px;
	margin-left:-30px;
}
.ServeList_4 li.even .line{
	left:0;
}
.ServeList_4 li:last-child .line{ 
	display:none;
} 

.ServeList_5 {
	text-align:center;
	padding-bottom:20px;
}
.ServeList_5 .ico{
	width:127px;
	height:127px;
	line-height:127px;
	text-align:center;
	font-size:45px;
	color:#3fcfda;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	border:3px solid #c8d9db;
	margin:0 auto 40px;
}
.ServeList_5 p {
	
	margin:0;
}

.ServeList_5 a
{
    color:Black !important;
}

.ServeList_5 h5
{
    font-size:12px !important;
}

@media only screen and (max-width: 767px) {
	.ServeList_3 {
		margin-bottom:30px;
	}
	.ServeList_3 .ico{
		width:60px;
		text-align:center;
	}
}

/*404*/
.ico_404 {
	width:288px;
	height:288px;
	line-height:248px;
	text-align:center;
	font-size:95px;
	color:#3cceda;
	border:20px solid #cfcfcf;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin:30px auto;
	position:relative;
	z-index:2;
	font-weight:bold;
}
.ico_404:before{
	content:"";
	width:20px;
	height:100%;
	background-color:#cfcfcf;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-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 */
	z-index:-1;
}

/*Theme_Responsive_Default*/

.Theme_Responsive_Default {
	margin-bottom: 15px;
}

.Theme_Responsive_Default .form_label {
	font-size: 14px;
	color: #707070;
}

.Theme_Responsive_Default .form_label label {
	margin-bottom: 0;
}

.Theme_Responsive_Default textarea,
.Theme_Responsive_Default input[type="text"],
.Theme_Responsive_Default input[type="password"],
.Theme_Responsive_Default input[type="datetime"],
.Theme_Responsive_Default input[type="datetime-local"],
.Theme_Responsive_Default input[type="date"],
.Theme_Responsive_Default input[type="month"],
.Theme_Responsive_Default input[type="time"],
.Theme_Responsive_Default input[type="week"],
.Theme_Responsive_Default input[type="number"],
.Theme_Responsive_Default input[type="email"],
.Theme_Responsive_Default input[type="url"],
.Theme_Responsive_Default input[type="search"],
.Theme_Responsive_Default input[type="tel"],
.Theme_Responsive_Default input[type="color"],
.uneditable-input {
	padding: 10px 0px!important;
	width: 100%!important;
	height: auto!important;
	text-indent: 12px;
	background-color:#e6e6e6!important;
	border: 1px solid #d6d6d6!important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-box-shadow: none!important;               /* For Firefox3.6+ */
	-webkit-box-shadow: none!important;            /* For Chrome5+, Safari5+ */
	box-shadow: none!important;
}

.Theme_Responsive_Default textarea{
	height:300px!important;
}
.Theme_Responsive_Default .form_input {
	padding-right: 25px!important;
	position: relative;
}

.Theme_Responsive_Default .form_required {
	position: absolute;
	top: 10px;
	right: 0px;
}

.Theme_Responsive_Default button.btn,
.Theme_Responsive_Default input[type="submit"].btn,
.Theme_Responsive_Default input[type="reset"].btn {
	color:#FFF;
	background:#3cceda!important;
	font-size: 14px!important;
	border: none;
	text-shadow: none;
	padding: 12px 20px!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!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? */
}

.Theme_Responsive_Default .form_submit button.btn:hover,
.Theme_Responsive_Default .form_submit input[type="submit"].btn:hover,
.Theme_Responsive_Default .form_submit input[type="reset"].btn:hover {
	background: #2e2e2e!important;
	color: #FFF!important;
}


.Theme_Responsive_Default .form_label{
	font-size:18px;
	color:#7b7b7b;
}

@media only screen and (min-width: 1200px) {
	.ServeList_4 li {
		padding:0 80px 15px 180px;
	}
	.ServeList_4 li:nth-child(even){
		padding:0 180px 15px 80px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.ServeList_4 li {
		padding:0 50px 15px 0px;
	}
	.ServeList_4 li:nth-child(even){
		padding:0 0px 15px 50px;
	}
}
@media only screen and (max-width: 767px) {
	.ServeList_4 li,
	.ServeList_4 li:nth-child(even){
		text-align:center;
		width:100%;
		padding:0 0 8px 0;
		margin:0;
	}
	.ServeList_4 li .ico,
	.ServeList_4 li:nth-child(even) .ico{
		position:static;
		margin:0 auto 15px auto;
	}
	.ServeList_4 li .line{
		display:none;
	}
	
}


.foot_social a{
	height:28px;
	width:28px;
	margin:0px 2px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background-color:#3cceda;
	transition: 		background ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background ease-in 200ms,color ease-in 200ms; /* IE9? */
	display:inline-block;
	overflow:hidden;
}
.foot_social a span{
	color:#3cceda;
	background-color:#FFF;
	width:16px;
	height:16px;
	margin:5px 0px 0px 6px;
	font-size:17px;
	overflow:hidden;
	display:block;
	text-indent:-1px;
	letter-spacing:0px;
	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? */
}
.foot_social a span:empty{
	width:16px;
}
.foot_social a:hover{
	background-color:#ffffff; 
	color:#FFF;
}
.foot_social a:hover span{
	background-color:#040404;  
	color:#FFF;
}
/*ourteam_1*/
.ourteam_1 .photo_box{
	width:100%;
	display:inline-block;
}
.ourteam_1 h3{
	color:#000000;
	font-size:14px;
	font-weight:normal;
	padding:10px 0;
	margin:0;
	letter-spacing:0;
}
.ourteam_1 h3 span{
	color:#3cceda;
}
.ourteam_1 [class*="col"]{
	margin-bottom:15px;
}

.ourteam_2{
	text-align:center;
}

.ourteam_2 .photo_box{
	display:inline-block;
}
.ourteam_2 .ourteam_title{
	font-size:14px;
	color:#000000;
	font-weight:normal;
	margin:15px 0 20px;
}
.ourteam_2 .ourteam_title span {
	color:#3cceda;
}
.ourteam_2 .social_list{
	margin-bottom:15px;
}

.ourteam_2 .ourteam_info  {
	list-style: none;
	padding:16px 0;
	margin:0 0 8px 0;
	text-align:left;
	display:inline-block
}
.ourteam_2 .ourteam_info  li{
	list-style: none;
	padding:0 0 8px 0;
}
.ourteam_2 .ourteam_info  li .glyphicons,
.ourteam_2 .ourteam_info  li .social{
	font-size:22px;
	margin-right:15px;
	vertical-align:middle;
	padding-bottom:4px;
}
.ourteam_2 .Accent{
	color:#3cceda;
}

/*price list*/
.price_list .price_box {
	padding-left:100px;
	position:relative
}
.price_list .price{
	position:absolute;
	top:5px;
	left:0px;
	width:70px;
	height:70px;
	line-height:70px;
	background-color:#3cceda;
	text-align:center;
	color:#FFF;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	font-size:30px;
}
.price_list .price span {
	font-size:20px;
}
.price_list .price_box h3 {
	font-size:14px;
	color:#000000;
	font-weight:normal;
	margin-bottom:0px;
	letter-spacing:1px;
}
/*timeline*/
.timeline{
	position:relative;
	z-index:2;
	text-align:center;
}
.timeline img {
	max-width:100%;
}
.timeline:before{
	position:absolute;
	content:"";
	top:0px;
	height:100%;
	left:50%;
	border-left:1px solid #3cceda;
	z-index:-1;
}

.timeline .time_year{
	border:1px solid #bcbcbc;
	width:122px;
	height:72px;
	margin:0 auto 64px;
	clear:both;
}

.timeline .time_year span {
 	background-color:#bcbcbc;
	text-align:center;
	font-size:26px;
	color:#ffffff;
	border:4px solid #ffffff;
	display:block;
	height:70px;
	line-height:64px;
}
.timeline .time_year.accent{
	border:1px solid #3cceda;
}
.timeline .time_year.accent span {
 	background-color:#3cceda;
}
.timeline .time_box_left,
.timeline .time_box_right{
	position:relative;
	clear:both;
}
.timeline .time_box_left:after,
.timeline .time_box_right:after{
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;

}

.timeline .time_content,
.timeline .time_photo {
	width:34%;
	margin:0px 8%;
	float:left;
	border:1px solid #d4d4d4;
	padding:32px;
	position:relative;
	margin-bottom:60px;
}
.timeline .time_photo {
	float:right;
}

.timeline .time_month {
	width:61px;
	height:41px;
	line-height:41px;
	text-align:center;
	background-color:#bcbcbc;
	color:#FFF;
	font-size:14px;
	position:absolute;
	left:50%;
	margin:0 0 0 -30px;
	margin-top:86px;
}


.timeline .time_month.accent {
 	background-color:#3cceda;
}

.timeline .time_box_left{
	text-align:right;
}
.timeline .time_box_right{
	text-align:left;
}

.timeline .time_title {
	color:#0a0a0a;
	margin-bottom:15px;
}
.timeline .time_box_left .time_content:before,
.timeline .time_box_left .time_photo:before,
.timeline .time_box_right .time_photo:before,
.timeline .time_box_right .time_content:before{
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	top:94px;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	background-color:#FFF;
}
.timeline .time_box_left .time_content:before,
.timeline .time_box_right .time_photo:before{
	right:-11px;
	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 */
}
.timeline .time_box_left .time_photo:before,
.timeline .time_box_right .time_content:before{
	left:-11px;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); /* IE 9 */
	-moz-transform:rotate(135deg); /* Firefox */
	-webkit-transform:rotate(135deg);/* Safari and Chrome */
	-o-transform:rotate(135deg); /* Opera */
}
.timeline .time_box_right .time_photo{
	float:left;
}
.timeline .time_box_right .time_content{
	float:right;
	margin-top:56px;
}
.timeline .time_box_right .time_photo:before{
	top:150px;
}
.timeline .time_box_right .time_month{
	margin-top:142px;
}
.timeline .time_more {
	background-color:#3cceda;
	color:#FFF;
	padding:13px 30px;
	display:inline-block;
	text-decoration:none;
}
 
@media only screen and (max-width: 767px) {
	.timeline {
		text-align:left;
	}
	.timeline .time_year{
		margin:0px 0px 64px;
	}
	.timeline:before{
		left:60px;
	}
	.timeline .time_content,
	.timeline .time_photo{
		border:none;
		width:100%;
		margin:0px!important;
		padding:0px!important;
		text-align:left;
		float:none;
	}
	.timeline .time_photo{
		margin-bottom:20px !important;
	}
	.timeline .time_photo:before, 
	.timeline .time_content:before{
		display:none;
	}
	
	.timeline .time_box_left,
	.timeline .time_box_right{
		margin-left:0px;
		border:1px solid #d4d4d4;
		margin-bottom:30px;
		padding:32px;
		margin-top:80px;
	}
	.timeline .time_month{
		left:29px;
		margin:0!important;
		top:-60px;
	}
	
	.timeline .time_box_left:before,
	.timeline .time_box_right:before{
		display:none;
		content:"";
		width:20px;
		height:20px;
		position:absolute;
		top:150px;
		border-bottom:1px solid #d4d4d4;
		border-right:1px solid #d4d4d4;
		background-color:#FFF;
		left:-11px;
		transform:rotate(135deg);
		-ms-transform:rotate(135deg); /* IE 9 */
		-moz-transform:rotate(135deg); /* Firefox */
		-webkit-transform:rotate(135deg);/* Safari and Chrome */
		-o-transform:rotate(135deg); /* Opera */
	}
}
/*social-icons2*/
.social-icons2 a{
	height:28px;
	width:28px;
	margin:0px 2px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%; 
	transition: 		background ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background ease-in 200ms,color ease-in 200ms; /* IE9? */
	display:inline-block;
	overflow:hidden;
}
.social-icons2 a span{
	background-color:#FFF;
	width:16px;
	height:16px;
	margin:5px 0px 0px 6px;
	font-size:17px;
	overflow:hidden;
	display:block;
	text-indent:-1px;
	letter-spacing: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? */
}
.social-icons2 a span:empty{
	width:16px;
}
.social-icons2 a:hover{
	background-color:#000; 
}
.social-icons2 a:hover span{
	color:#000;
}
.foot_social a:hover span{
	background-color:#040404;
}

/*special*/
.special_color_1 {
	color:#FFF;
	letter-spacing:2px;
}
 
/*portfolio_block*/
.portfolio_block.image-grid.isotope{
	width:auto;
}
.news_list h1,
.news_list h2,
.news_list h3,
.gallery_list h1,
.gallery_list h2,
.gallery_list h3,
.galler_datail h1,
.galler_datail h2,
.galler_datail h3,
.news_detail h1,
.news_detail h2,
.news_detail h3{
	letter-spacing:normal;
}

.h1_style_1 {
	font-size:40px;
	line-height:1.2;
}
.h3_style_1 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
}
  
 
.mobile_dnn_logo img{
	max-width:100%;
}
/*portfolio_block*/
.Archive_Default .archive_list li{
	background-position:0 12px!important;
}
.Category_Default .category_list li a{
	background-position:0 14px!important;
}


 
 @media only screen and (min-width: 1200px) {
	.dnn_layout {
		width: 1170px;
	}
	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.dnn_layout {
		width: 750px;
	}
	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	.copyright_style .sep {
		padding: 0px 7px;
	}
	.footer_box [class*=Pane]{
		margin:20px 0;
	}
	.special_color_1{
		text-align:center;
	}

	
}
 @media only screen and (max-width: 767px) {
	.dnn_layout {
		width: auto;
	}
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.mobile_header .head_mid{
		position:relative;
	}
	.mobile_dnn_logo {
		padding:0 106px 0 0;
		height:84px;
		line-height:84px;
	}
	.mobile_icon {
		position:absolute;
		top:0px;
		right:20px;
	}
	
	.mobile_icon a {
		display:inline-block;
		padding:32px 4px;
	}
	.mobile_icon a span{
		color:#FFF;
		font-size:16px;
	}
	
	.mobile_icon a.accent span{
		color:#3cceda;
	}
	.mobile_top .Login ,
	.mobile_top .languageBox,
	.mobile_top .searchBox{
		height:0;
		overflow:hidden;
		padding: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? */
	}
	.mobile_top .Login.activated ,
	.mobile_top .languageBox.activated,
	.mobile_top .searchBox.activated{
		height:60px;
		padding:15px 0;
		overflow:visible;
	}
	.mobile_top .Login.activated ,
	.mobile_top .languageBox.activated{
		overflow:hidden;
	}
	.mobile_top .head_mid{
		position:relative;
	}
	.mobile_top .tabs_close {
		position:absolute;
		top:50%;
		right:0;
		width:24px;
		height:24px;
		margin:-12px 15px 0 0 ;
		cursor:pointer;
		display:none;
	}
	.mobile_top .tabs_close:before,
	.mobile_top .tabs_close:after{
		content:"";
		border-left:1px solid #FFF;
		width:0px;
		height:14px;
		position:absolute;
		top:6px;
		left:11px;
		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 */
	}
	.mobile_top .tabs_close:after{
		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 */
	}
	.mobile_top {
		background-color:#000000;
	}
	.mobile_top, 
	.mobile_top a:link, 
	.mobile_top a:active, 
	.mobile_top a:visited, 
	.mobile_top .Normal{
		color:#a1a0a0;
	}
	.mobile_top a:hover{
		color:#3cceda;
	}
 	.mobile_top .tabs_close:before, 
	.mobile_top .tabs_close:after{
		border-left-color:#a1a0a0;
	}
	
	.mobile_header{
		position:relative;
		z-index:100;
	}
	.mobile_header:before{
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index:-1;
		background-color:#000;
		filter: alpha(opacity=50);
		opacity:0.5;
	}

	/*--------- Mobile Menu style ----------*/
	.mobile_menu {
		position: absolute;
		top:0;
		min-height:100%;
		z-index: -1;
		left:25%;
		width:75%;
		background: #181818;
		overflow:hidden;
		filter: alpha(opacity=0);
		opacity:0;
		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? */
	}
	.mobile_menu.activated{
		filter: alpha(opacity=1);
		opacity:1;
		z-index:1000;
		transition: 		opacity ease-in 300ms;
		-moz-transition: 	opacity ease-in 300ms; /* Firefox 4 */
		-webkit-transition: opacity ease-in 300ms; /* Safari and Chrome */
		-o-transition: 		opacity ease-in 300ms; /* Opera */
		-ms-transition: 	opacity ease-in 300ms; /* IE9? */

	}
	#dnn_wrapper{
		width:100%;
	}
	.mobile_menu .tabs_close{
		position:relative;
		top:0;
		left:0;
		height:24px;
		width:24px;
		display:block;
		margin:15px 15px 0 auto;
	}
	.mobile_menu .tabs_close:before, 
	.mobile_menu .tabs_close:after{
		display:none;
	}
	.mobile_menu.activated .tabs_close:before, 
	.mobile_menu.activated .tabs_close:after{
		display:block;
	}
	
	.mobile_menu .menu_main {
		padding:0 15px;
	}
	.multi_menu {
		margin: auto;
	}
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.multi_menu ul li img {
		vertical-align: middle;
	}
	.multi_menu ul li a {
		font-size: 13px;
		padding: 0px;
		margin: 0px;
		color: #707070;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 1px solid #313131;
	}
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	.multi_menu ul li a {
		display: inline-block;
	}
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 12px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: relative;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		border-top: 1px solid transparent;
		border-left: 1px solid transparent;
		border-bottom: 1px solid #707070;
		border-right: 1px solid #707070;
		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? */
	}
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 1px solid #3cceda;
		border-right: 1px solid #3cceda;
	}
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: 1px solid #3cceda;
		border-right: 1px solid #3cceda;
		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 */
	}
	.multi_menu ul li.active > a {
		color: #3cceda;
	}
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #313131;
	}
	.multi_menu ul li a:hover {
		color: #3cceda;
	}
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #3cceda;
	}
	.multi_menu ul ul {
		display: none;
		padding: 2px 0px 5px 0px;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		border-bottom: 1px solid #2e2e2e;
		color: #3cceda;
	}
	
	.multi_menu ul li li a {
		margin: 0 0 0 15px
	}
	
	.multi_menu ul li li li a {
		margin: 0 0 0 30px
	}
	
	.multi_menu ul li li li li a {
		margin: 0 0 0 45px
	}
	
	.multi_menu ul li li li li li a {
		margin: 0 0 0 60px
	}
	
	.HeaderPane_mobile {
		margin-bottom:10px;
	}
	.HeaderBottom *{
		text-align:center;
	}
	
	
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.copyright_style {
		float: none;
		text-align: center;
	}
	.footer_box [class*=Pane]{
		margin:20px 0;
	}
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}
	#to_top {
		display:none!important;
	}
	
	
	
	
	
}
 @media only screen and (max-width: 350px) {

.searchBox #dnn_dnnSEARCH_ClassicSearch,
.searchBox #dnn_dnnSEARCH1_ClassicSearch,
.searchBox #dnn_dnnSEARCH2_ClassicSearch,
.searchBox #dnn_dnnSEARCH3_ClassicSearch {
	width: 120px;
}

.searchBox input.NormalTextBox {
	width: 80px!important;
}
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
}

@media print {
	a:link:after {
		content: " ";
	}
}

/*custome css*/

img.tableimg {
    width: 100%;
	min-width: 75px;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

h1.seo, h2.seo, h3.seo {
    color: #000;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#ring-oss {
    background: none repeat scroll 0 0 #1d1d1d;
    padding: 30px 0;
    text-align: center;
}
.footer_icons
{
    left: -20px;
    position: absolute;
    
}
.footer_icons1
{
    left: 0;
    position: absolute; 
}
.btn-primary 
{
     background-color: #F6EE1F;
    border-color: #F6EE1F;
    color: #000;
}

.btn-primary:hover,.btn-primary:focus 
{
     background-color: #FFFF33;
    border-color: #FFFF33;
    color: #000;
}
.homephoneclass
{
    color: Black !important; 
    font-size: 30px;
}
 .homephoneclass1
        {
            
             padding-left:10px;
        }
.backgroundImage100 {
	background: url(images/bg.jpg) no-repeat;
	 background-position:center;
	
	
}
.title-style-bg {
    background: none repeat scroll 0 0 #000;
    color: #FEC341;
    font-size: 28px;
    height: 46px;
    padding-left: 40px;
}
.title-rectangle {
	background: rgba(255,255,255,0.15);
	-webkit-transform: skew(-30deg, 0deg);
	-moz-transform: skew(-30deg, 0deg);
	-o-transform: skew(-30deg, 0deg);
	-ms-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
	float: left;
}
.title-heading {
	color: #FFC540;
	line-height: normal;
	padding: 0 35px;
	-webkit-transform: skew(30deg, 0deg);
	-moz-transform: skew(30deg, 0deg);
	-o-transform: skew(30deg, 0deg);
	-ms-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	 text-transform:uppercase;
}
.list_style200 {
	margin: 0px;
	padding: 0;
}


.list_style200 li {
   
    list-style: outside none none;
    margin-bottom: 1px;
    padding: 0 0 18px 30px;
    position: relative;
}
.homebulit
{
    left: 0;
     
     position:absolute;
    
}
.header_bg
{
    background-color:#F6EE1F !important;
}
.homebuiltdiv
{
    text-align: left;
    margin-left:44px;
    display:inline-block;
}

@media only screen and (max-width: 800px) {
	img.tableimg {
		width: 100%;
		max-width: 75px;
		max-height: 75px;
	}
}

@media only screen and (max-width: 350px) 
{
    .homephoneclass
        {
            color: Black !important; 
            font-size: 15px;
        }
        .homephoneclass1
        {
            
            font-size: 12px !important;
        }
}