/* ********** Source Code style ************** */
/*Custom Buttons style*/
a.Button_style1,
a.Button_style2,
a.Button_style3,
a.Button_style4{
	padding:10px 16px;
	margin:0px 0 10px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration:none;
	border-radius:		    100px;
	-moz-border-radius:		100px;
	-webkit-border-radius:	100px;
	transition: 		background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* IE9? */
}
a.Button_style3,
a.Button_style4{
	border-radius:		    5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	}

a[class*="Button_style1"].light,
a[class*="Button_style3"].light{
	color:#FFFFFF;
	}
a[class*="Button_style2"].light,
a[class*="Button_style4"].light{
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	}

a[class*="Button_style1"].dark,
a[class*="Button_style3"].dark{
	border:1px solid transparent;
	background-color:#34485C;
	color:#FFFFFF;
	}
a[class*="Button_style2"].dark,
a[class*="Button_style4"].dark{
	border:1px solid #34485c;
	background-color:transparent;
	color:#34485c;
	}
a[class*="Button_style1"].white,
a[class*="Button_style3"].white{
	border:1px solid transparent;
	background-color:#fff;
	}
a[class*="Button_style2"].white,
a[class*="Button_style4"].white{
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
	}

a[class*="Button"].small {
	    font-size: 13px;
		letter-spacing: 1px;
		padding: 8px 29px;
		line-height: 18px;
}
a[class*="Button"].large {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 11px 30px;
}
a[class*="Button"].jumbo {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 13px 56px;
}

a.Button_style1:hover,
a.Button_style3:hover{
	/*color:#fff;*/
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
	}

a.Button_style2:hover,
a.Button_style4:hover{
	color:#FFF;
	background-color:#2e2e2e;
	border:1px solid transparent;
	text-decoration:none;
}
*+html a.Button_style1,
*+html a.Button_style2,
*+html a.Button_style3,
*+html a.Button_style4{
	display:inline;
}

/*Accent Background Color */
.a_bg_c{
	background-color:#1E7AD8;
	}
.a_bg_c_h:hover{
	background-color:#1E7AD8;
	}
/*Accent Color */
.a_t_c{
	color:#1E7AD8;
	}
.a_t_c_h:hover{
	color:#1E7AD8;
	}
/*Accent Border Color */
.a_b_c{
	border-color:#1E7AD8;
	}
.a_b_c_h:hover{
	border-color:#1E7AD8;
	}


a.Button_style5{
	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_style6{
	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_style7{
	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"].black                 { background-color: #4a4949 }


a[class*="Button"].one {
	    font-size: 12px;
		letter-spacing: 1px;
		padding: 10px 16px;
		line-height: 18px;
}
a[class*="Button"].two {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 15px 22px;
}
a[class*="Button"].three {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 18px 26px;
}

a.Button_style5:hover,
a.Button_style6:hover,
a.Button_style7:hover{
	color:#FFF!important;
	background-color:#2e2e2e;
	text-decoration:none;
}
*+html a.Button_style5,
*+html a.Button_style6,
*+html a.Button_style7{
	display:inline;
}





.custombuttons h4{
	font-size:18px;
	color:#fff;
	margin:0 0 30px 0;
	}
a.button_SectionStyles{
	font-size:13px;
	color:#1e7ad8;
	text-transform:uppercase;
	background-color:#fff;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	padding: 11px 30px;
	margin: 20px 0 0 0;
	display: inline-block;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
a.button_SectionStyles:hover{
	text-decoration:none;
	color:#fff;
	background-color:#2E2E2E;
	}
	
	
/*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;
	left:0;
	top:50%;
	width:41px;
	height:65px;
	line-height:65px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-32px 0 0 0;
	background-color:#2e2e2e;
	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:auto;
	right:0;
}

.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:-6px 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);
}

.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{
	background-color:#ed474a;
}


.sync_carousel .grabbing { 
}

.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_main .item{
	background-color:#fff;
	padding:4px;
	border:1px solid #ccc;
	}
.sync_carousel_1 .owl-buttons .owl-prev,
.sync_carousel_1 .owl-buttons .owl-next{
	width:50px;
	height:60px;
	line-height:60px;
	margin:-30px 0 0 5px;
	background-color:rgba(0,0,0,0.5);
}
.sync_carousel_1 .owl-buttons .owl-next{
	margin:-30px 5px 0 0;
}	
.sync_carousel_1 .owl-buttons .owl-prev:hover, 
.sync_carousel_1 .owl-buttons .owl-next:hover{
	background-color:#1E7AD8;
	}	
	
	
	
	
.sync_carousel_1 .carousel_nav .item {
	cursor:pointer;
	margin:5px 2px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
}
.sync_carousel_1 .carousel_nav .synced .item{
}
.sync_carousel_1 .carousel_nav .synced .item img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*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;
	height: 28px;
	line-height: 28px;
	width: 28px;
	background-color: #f2f2f2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #797979;
	font-family: Helvetica;
	top: auto;
	bottom: 14px;
	left: auto;
	right: 0;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_tab .last_page {
	right: 32px;
}

.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover {
	color: #FFF;
	text-decoration: none;
}

.Testimonials_tab .dot {
	position: absolute;
	bottom: 0;
}

.Testimonials_tab .dot a {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #606060;
	margin: 0 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 0;
	text-indent: -999px;
	vertical-align: middle
}

*+html .Testimonials_tab .dot a {
	display: inline;
}

.Testimonials_tab .dot a.actived {
	background: #606060;
	width: 10px;
	height: 10px;
}


.Testimonials_1 blockquote {
	padding: 0 80px 40px 80px;
	margin: 0;
	font-size: 13px;
	border-left: none;
	line-height: 20px;
	color: #fff;
	font-style: normal;
	text-align:center;
	position:relative;
} 
.Testimonials_1 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left: 0;
	top: 24px;
	font-size: 80px;	
	color:#fff;
	font-family:Georgia;
	}
.Testimonials_1 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:30px;
	top: 24px;
	font-size: 80px;	
	color:#fff;
	font-family:Georgia;
	}
.Testimonials_1 blockquote p{
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-style: normal;
	margin:0 0 20px 0;
	}
.Testimonials_1 blockquote small{
	display: block;
	font-size:13px;
	line-height:22px;
	color: #fff;
	text-transform:uppercase;
	}
.Testimonials_1 blockquote small span{
	text-transform: capitalize;
	display:block;
	}
.Testimonials_1 blockquote small:before{
	content:"";
	}
.Testimonials_1 .dot {
	left:50%;
	margin:0 0 0 -25px;
	bottom:0px;
}

.Testimonials_1 .dot a {
	border: 1px solid #f2f2f2;
	width: 20px;
	height: 20px;
}

.Testimonials_1 .dot a.actived {
	width: 20px;
	height: 20px;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
}


.Testimonials_2 .last_page,
.Testimonials_2 .next_page {
	width:40px;
	height:40px;
	border:1px solid #fff;
	background-color:transparent;
	top: 30px;
	bottom: 0;
	left: 50%;
	right:auto;
	font-size:0;
	overflow: hidden;
	text-indent:-999;
	}
.Testimonials_2 .last_page {
	margin: 0 0 0 -110px;
	}
.Testimonials_2 .next_page{
	margin: 0 0 0 70px;
	}
.Testimonials_2 .last_page:hover,
.Testimonials_2 .next_page:hover{
	background-color:#FFFFFF;
	border:1px solid #transparent;
	}
.Testimonials_2 .last_page:before{
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 8px;
	height: 8px;
	left:50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	}
.Testimonials_2 .last_page:hover:before{
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	}
.Testimonials_2 .next_page:before{
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	left:50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	}
.Testimonials_2 .next_page:hover:before{
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	}

	
.Testimonials_2 .dot {
	right: 0;
	bottom: 3px;
	width: 100%;
	text-align: center;
}

.Testimonials_2 .dot a {
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
}

.Testimonials_2 .dot a.actived {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background-color: #fff;
}

.Testimonials_2 blockquote {
	background: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0;
	border-left:none;
}

.Testimonials_2 blockquote p {
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-style: normal;
}

.Testimonials_2 .Pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	display: block;
	margin: 0px auto 30px;
	overflow: hidden;
	text-align: center;
	text-indent: 0;
}

.Testimonials_2 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #fff;
	font-style: normal;
	padding: 15px 0 40px;
	width: 100%;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
}

.Testimonials_2 small:before {
	content: " ";
}

.Testimonials_2 small span {
	display: block;
	font-weight: normal;
	text-transform:none;
	margin-top: 4px;
}


.Testimonials_4 .last_page,
.Testimonials_4 .next_page {
	width:40px;
	height:40px;
	border:1px solid #aaa;
	background-color:transparent;
	top: 30px;
	bottom: 0;
	left: 50%;
	right:auto;
	font-size:0;
	overflow: hidden;
	text-indent:-999;
	}
.Testimonials_4 .last_page {
	margin: 0 0 0 -110px;
	}
.Testimonials_4 .next_page{
	margin: 0 0 0 70px;
	}
.Testimonials_4 .last_page:hover,
.Testimonials_4 .next_page:hover{
	background-color:#aaa;
	border:1px solid #transparent;
	}
.Testimonials_4 .last_page:before{
	content: "";
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	width: 8px;
	height: 8px;
	left:50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	}
.Testimonials_4 .last_page:hover:before{
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	}
.Testimonials_4 .next_page:before{
	content: "";
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	width: 8px;
	height: 8px;
	left:50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	}
.Testimonials_4 .next_page:hover:before{
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	}

	
.Testimonials_4 .dot {
	right: 0;
	bottom: 3px;
	width: 100%;
	text-align: center;
}

.Testimonials_4 .dot a {
	border: 2px solid #aaa;
	width: 13px;
	height: 13px;
}

.Testimonials_4 .dot a.actived {
	width: 13px;
	height: 13px;
	border: 2px solid #919191;
	background-color: #919191;
}

.Testimonials_4 blockquote {
	background: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0;
	border-left:none;
}

.Testimonials_4 blockquote p {
	padding: 0px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
}

.Testimonials_4 .Pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	display: block;
	margin: 0px auto 30px;
	overflow: hidden;
	text-align: center;
	text-indent: 0;
}

.Testimonials_4 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #1577e6;
	font-style: normal;
	padding: 15px 0 40px;
	width: 100%;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
}

.Testimonials_4 small:before {
	content: " ";
}

.Testimonials_4 small span {
	display: block;
	font-weight: normal;
	text-transform:none;
	margin-top: 4px;
	color:#444444;
}
/*Testimonials_5*/
.Testimonials_5{
	}
.Testimonials_5 .dot{
	right:0px;
	bottom:20px;
}
.Testimonials_5 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_5 .dot a.actived{
	width:15px;
	height:15px;
	background-color:#1E7AD8;
}

.Testimonials_5 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_5 blockquote p{
	background-color:#1E7AD8;
	border:none;
	padding:35px;
	font-size:12px;
	color:#fff;
	font-style: normal;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.Testimonials_5 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#444;
	line-height:20px;
	font-style:normal;
	padding: 18px 0 0 32px;
	text-align:left;
}
.Testimonials_5 small:before{
	content: "";
	}
.Testimonials_5 small:after{
	content: " ";
	position: absolute;
	top: 0px;
	left: 55px;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-top: 7px solid #1E7AD8;
	border-right: 7px solid transparent;
	}

.Testimonials_5 small img{
}
.Testimonials_5 small span {
	font-size:13px;
	font-weight: bold;
	color:#1E7AD8;	
	text-transform:uppercase;
	display:block;
	}
/*Testimonials_6*/
.Testimonials_6{
	}
.Testimonials_6 .dot{
	right:0px;
	bottom:20px;
}
.Testimonials_6 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_6 .dot a.actived{
	width:15px;
	height:15px;
	background-color:#1E7AD8;
}

.Testimonials_6 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_6 blockquote p{
	background-color:#E7E7E7;
	border:none;
	padding:35px;
	font-size:12px;
	color:#666;
	font-style: normal;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.Testimonials_6 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#444;
	line-height:20px;
	font-style:normal;
	padding: 18px 0 0 32px;
	text-align:left;
}
.Testimonials_6 small:before{
	content: "";
	}
.Testimonials_6 small:after{
	content: " ";
	position: absolute;
	top: 0px;
	left: 55px;
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-top: 7px solid #E7E7E7;
	border-right: 7px solid transparent;
	}

.Testimonials_6 small img{
}
.Testimonials_6 small span {
	font-size:13px;
	font-weight: bold;
	color:#1E7AD8;	
	text-transform:uppercase;
	display:block;
	}
/*Testimonials_7*/
.Testimonials_7{
	margin:25px 0;
	}
.Testimonials_7 li{
	padding-left:90px;
	width: auto;
	}
.Testimonials_7 .Pic{
	width:70px;
	height:70px;
	position: absolute;
	top:0;
	left:0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow:hidden;
	}
.Testimonials_7 blockquote {
	padding: 0;
	margin: 0;
	font-size: 13px;
	border-left: none;
	color:#666;
	}
.Testimonials_7 blockquote p{
	font-size:13px;
	color:#666;
	line-height:20px;
	}
.Testimonials_7 blockquote small{
	font-size:13px;
	color:#333;
	font-style: normal;
	}
.Testimonials_7 blockquote small:before{
	content:"";
	 }
.Testimonials_7 blockquote small span{
	color:#1e7ad8;
	font-size:13px;
	text-transform:uppercase;
	display:block;
	}
.Testimonials_7 blockquote small span:before{
	color:#1e7ad8;
	content: '\2014 \00A0';
	}
/*Testimonials_8*/	
.Testimonials_8 .last_page,
.Testimonials_8 .next_page {
	width:40px;
	height:40px;
	border:1px solid #fff;
	background-color:transparent;
	top: 30px;
	bottom: 0;
	left: 50%;
	right:auto;
	font-size:0;
	overflow: hidden;
	text-indent:-999;
	}
.Testimonials_8 .last_page {
	margin: 0 0 0 -110px;
	}
.Testimonials_8 .next_page{
	margin: 0 0 0 70px;
	}
.Testimonials_8 .last_page:hover,
.Testimonials_8 .next_page:hover{
	background-color:#FFFFFF;
	border:1px solid #transparent;
	}
.Testimonials_8 .last_page:before{
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 8px;
	height: 8px;
	left:50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	}
.Testimonials_8 .last_page:hover:before{
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	}
.Testimonials_8 .next_page:before{
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 8px;
	left:50%;
	top: 50%;
	position: absolute;
	margin: -4px 0 0 -4px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	}
.Testimonials_8 .next_page:hover:before{
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	}

	
.Testimonials_8 .dot {
	right: 0;
	bottom: 3px;
	width: 100%;
	text-align: center;
}

.Testimonials_8 .dot a {
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
}

.Testimonials_8 .dot a.actived {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background-color: #fff;
}

.Testimonials_8 blockquote {
	background: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0;
	border-left:none;
	position:relative;
}
.Testimonials_8 blockquote:before{
	position:absolute;
	content: "\f10d";
	top:50%;
	left:50px;
	color:#fff;
	font-size:50px;
	font-family:FontAwesome;
	margin:10px 0 0 0;
	font-style:normal;
	}
.Testimonials_8 blockquote:after{
	position:absolute;
	content: "\f10e";
	top:50%;
	right:50px;
	color:#fff;
	font-size:50px;
	font-family:FontAwesome;
	margin:10px 0 0 0;
	font-style:normal;
	}

.Testimonials_8 blockquote p {
	padding: 0px 72px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-style: normal;
}


.Testimonials_8 .Pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	display: block;
	margin: 0px auto 30px;
	overflow: hidden;
	text-align: center;
	text-indent: 0;
}

.Testimonials_8 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #fff;
	font-style: normal;
	padding: 15px 0 40px;
	width: 100%;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
}

.Testimonials_8 small:before {
	content: " ";
}

.Testimonials_8 small span {
	display: block;
	font-weight: normal;
	text-transform:none;
	margin-top: 4px;
}	
	
	
/*loading*/
/*loading*/
.loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.loading .container1 > div,
.loading .container2 > div,
.loading .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.loading .circle1 {
	top: 0;
	left: 0;
}
.loading .circle2 {
	top: 0;
	right: 0;
}
.loading .circle3 {
	right: 0;
	bottom: 0;
}
.loading .circle4 {
	left: 0;
	bottom: 0;
}
.loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes 
bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
@keyframes 
bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}

/* ---- combination filters ---- */
.isotope_grid {
	width:100%;
	overflow:hidden;
	position:relative;
}
.isotope_grid .loading {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -10px;
}

/* Portfolios bug*/
.portfolio_block.isotope {
	width:auto;
}

.isotope_grid .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:30px;
}

.isotope_grid .isotope_item {
  width:0px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}
.isotope_grid .isotope_item .pic_box img{
	width:100%
}
.isotope_grid .isotope_item > div {
	margin:0;
}

.isotope_1{
	width:100%;
	overflow:hidden;
}
.isotope_1 .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
	margin:25px 0 0 0;
}

.isotope_1 .isotope_item {
  width:0px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;

}
.isotope_1 .isotope_item .pic_box img{
	width:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.isotope_1 .isotope_item > div {
	margin:10px 5px 0;
}

.isotope_1 .isotope_group{
	text-align:center;
	padding:10px 0; 
}
.isotope_1 .isotope_group a{
	margin:0px 5px;
	padding:8px 29px;
	display:inline-block;
	color:#888;
	font-size:13px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.isotope_1 .isotope_group a:hover{
	text-decoration:none;
	color:#1E7AD8;
	}
.isotope_1 .isotope_group a.active {
	color:#fff;
	background-color:#1E7AD8;
	border:none;
}
.isotope_1 .isotope_group a.active:hover{
	color:#fff;
	}
.isotope_1 .isotope_item .photo_box .shade{
	background-color:#1E7AD8;
	}
.isotope_1 .isotope_item .photo_box:hover .shade {
	filter: alpha(opacity=90);
	opacity: 0.9;
	}
.isotope_1 .isotope_item .photo_box .ico span{
	background-color:transparent;
	background:none;
	border:1px solid #fff;	
	}
.isotope_1 .isotope_item .photo_box .ico a:hover span{
	background-color:#fff;
	color:#1E7AD8;	
	}

.isotope_2 .photo_box{
	margin:0;
	}
.isotope_2 .isotope_item:nth-child(1) .photo_box .pic_box,
.isotope_2 .isotope_item:nth-child(2) .photo_box .pic_box{
	padding:0 0 1px 0;
	}	
.isotope_2 .photo_box .shade{
	background-color:#1E7AD8;	
	}
.isotope_2 .photo_box:hover .shade{
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
.isotope_2 .photo_box .ico h3{
	text-transform:uppercase;
	font-weight:bold;	
	}
.isotope_2 .photo_box .ico a span{
	border:1px solid #fff;
	background-color:transparent;
	background:transparent;
	}
.isotope_2 .photo_box .ico a:hover span{
	background-color:#fff;
	background:#fff;
	color:#1E7AD8	
	}


.isotope_3 .isotope_group a{
	margin:0px 5px 0 0;
	padding:8px 29px;
	display:inline-block;
	color:#888;
	font-size:13px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.isotope_3 .isotope_group a:hover{
	color:#1E7AD8;
	}
.isotope_3 .isotope_group a.active {
	color:#fff;
	background-color:#1E7AD8;
	text-decoration:none;
}

.isotope_3 .isotope_item > div {
	margin:30px 0 0 0;
}
.isotope_3 .faqbox .title{
	font-size:13px;
	color:#333;
	background-color:#E6E6E6;
	display:inline-block;
	width:100%;
	position:relative;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	line-height:36px;
	padding:0 0 0 62px;
	margin:3px 0;
	}
.isotope_3 .faqbox span{
	width:42px;
	height:42px;
	line-height:42px;
	background-color:#1E7AD8;
	position:absolute;
	left:0;
	top:50%;
	margin:-21px 0 0 0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}
.isotope_3 .faqbox span:before{
	content:"";
	position:absolute;
	width:2px;
	height:22px;
	background-color:#1E7AD8;
	top:100%;
	left:50%;
	margin:0 0 0 -1px;
	}
.isotope_3 .faqbox span:after{
	content:"A :";
	position:absolute;
	font-size:16px;
	color:#1E7AD8;
	top: 100%;
	left: 50%;
	margin: 15px 0 0 -5px;
	}
.isotope_3 .faqbox .con{
	padding:0 0 0 62px;
	margin: 15px 0 0 0;
	line-height:20px;
	}

.isotope_4{
	text-align: center;
	}
.isotope_4 .isotope_group{
	text-align:center;
	display:inline-block;
	border:1px solid #CCCCCC;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	}
.isotope_4 .isotope_group a{
	margin:0px;
	padding:8px 29px;
	display:inline-block;
	color:#666;
	font-size:13px;
	text-decoration:none;
	border-left:1px solid #CCCCCC;
	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? */
}
.isotope_4 .isotope_group a:first-child{
	border-left:none;
	}
.isotope_4 .isotope_group a:hover,
.isotope_4 .isotope_group a.active {
	color:#1E7AD8;
	text-decoration:none;
}

.isotope_4 .isotope_main{
	text-align:left;
	}
.isotope_4 .isotope_item > div {
	margin:30px 3px 0 3px;
}

.isotope_4 .isotope_main .text_sytle1{
	padding: 16px 0 0 0;
	}
.isotope_4 .isotope_main .text_sytle1 p{
	margin:0;
	}
.isotope_4 .isotope_main .photo_box .ico span{
	background-color:transparent;
	background:transparent;
	border:1px solid #fff;
	color:#fff;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.isotope_4 .isotope_item .photo_box .ico a:hover span {
	background-color: #fff;
	color: #1E7AD8;
	}


.Grid_layouts .isotope_group,
.Classic_layouts .isotope_group{
	text-align:left;
	margin:0 0 20px 0; 
}
.Text_layouts .isotope_group{
	text-align:left;
	margin:0 0 10px 0; 
	}
.List_layouts .isotope_group{
	text-align:left;
	margin:0 0 30px 0;
	}
.Grid_layouts .isotope_group a,
.Classic_layouts .isotope_group a,
.Text_layouts .isotope_group a,
.List_layouts .isotope_group a{
	margin:0px 5px 0 0;
	padding:8px 29px;
	display:inline-block;
	color:#888;
	font-size:13px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.Grid_layouts .isotope_group a:hover,
.Classic_layouts .isotope_group a:hover,
.Text_layouts .isotope_group a:hover,
.List_layouts .isotope_group a:hover{
	color:#1E7AD8;
	text-decoration:none;
	}
.Grid_layouts .isotope_group a.active,
.Classic_layouts .isotope_group a.active,
.Text_layouts .isotope_group a.active,
.List_layouts .isotope_group a.active{
	color:#fff;
	background-color:#1E7AD8;
	border:none;
	padding:9px 30px;
}
.Grid_layouts .isotope_group a.active:hover,
.Classic_layouts .isotope_group a.active:hover,
.Text_layouts .isotope_group a.active:hover,
.List_layouts .isotope_group a.active:hover{
	color:#fff;}
.Grid_layouts .isotope_main,
.Classic_layouts .isotope_main{
	margin:0 0 0 -5px;	
	}
.Text_layouts .isotope_main{
	margin:0 0 0 -15px;
	}
.Grid_layouts .isotope_item > div,
.Classic_layouts .isotope_item > div {
	margin: 10px 5px 0;
	}
.Text_layouts .isotope_item > div {
	margin: 20px 15px 0;
	}
.List_layouts .isotope_item > div.row{
	margin-right: -15px;
	margin-left: -15px;
	}
.Grid_layouts .photo_box .content h2,
.Classic_layouts .photo_box .content h2{
	font-size:16px;
	color:#fff;
	line-height:1.8;
	text-transform:uppercase;
}
.Grid_layouts  .photo_box .content p,
.Classic_layouts  .photo_box .content p{
	font-size:13px;
	margin-bottom:15px;
}
.Grid_layouts .photo_box .content a{
	font-size:14px;
	color:#ffffff;
    line-height:36px;
	border:1px solid #ffffff;
	padding:8px 45px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.Grid_layouts .photo_box .shade,
.Text_layouts .photo_box .shade{
	background-color:#1E7AD8;
}
.Grid_layouts .photo_box:hover .shade,
.Text_layouts .photo_box:hover .shade{
	opacity:0.8;
}	
.Grid_layouts .isotope_item .pic_box img,
.Classic_layouts .isotope_item .pic_box img,
.Text_layouts .isotope_item .pic_box img{
	width:100%;
	}

.Text_layouts .photo_box .ico span{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:16px;
	border:1px solid #ffffff;
	background:none;
}
.Text_layouts .photo_box a:hover span{
	color:#1E7AD8;
	background:#ffffff;
}
.text_sytle1{
	font-size:12px;
	color:#666666;
	padding:16px 0 19px;
}
.text_sytle1 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle1 a{
	font-size:13px;
	color:#1E7AD8;
	text-transform:uppercase;
}
.text_sytle2{
	font-size:13px;
	color:#666666;
	padding:20px 20px 15px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.text_sytle2 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_sytle2 .info span{
	margin-right:3px;
}	

.List_layouts .isotope_main .photo_box{
	margin:0;
}
.List_layouts .isotope_item{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5; 
}
.List_layouts_text{
	font-size:12px;
}
.text_sytle3{
	font-size:13px;
	color:#666666;
}
.text_sytle3 h3{
	font-size:15px;
	color:#333333;
	margin:0 0 7px;
	text-transform:uppercase;
}
.List_layouts_text hr{
	width:60px;
	margin:20px 0;
	border-color:#1E7AD8;
	display:inline-block\0;
}
.List_layouts_text p a{
	color:#fff;
	margin:26px 5px 0 0;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 10px 38px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration:none;
	}

.Sidebar_layouts{
	padding-bottom:25px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5; 
}
.Sidebar_layouts .text_sytle3{
	padding:20px 0 4px;
}
.Sidebar_layouts p a{
	color:#fff;
	margin:13px 10px 0 0;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 10px 38px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration:none;
}
.Sidebar_layouts_categories{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_categories li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_categories li a{
	color:#666;
	}
.Sidebar_layouts_categories .fa{
	font-size:12px;
	color:#1E7AD8;
	margin-right:10px;
}
.categories_number{
    float:right;
}
.Sidebar_layouts_recent_news{
	font-size:13px;
	color:#888888;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d1d1d1; 
}
.Sidebar_layouts_recent_news img{
	float:left;
	height:67px;
	padding-right:20px;
	width:auto\0;
}
.Sidebar_layouts_recent_news .heading{
	font-size:14px;
	color:#333333;
	padding-top:8px;
}
.Sidebar_layouts_recent_news .heading a{
	color:#333;
	}
.Sidebar_layouts_links{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_links li{
	border-bottom:1px solid #d1d1d1;
	padding:10px 0;
}
.Sidebar_layouts_links li a{
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_links .fa{
	color:#1E7AD8;
	margin-right:10px;
}
.Sidebar_layouts_next a{
	color:#666;
	display:inline-block;
	border:1px solid #ccc;
	margin: 0 5px 0 0;
	}
.Sidebar_layouts_next a:link{
	color:#666;
	}
.Sidebar_layouts_next a:hover{
	color: #fff;
	background-color: #1E7AD8;
	text-decoration:none;
	}	
.Sidebar_layouts_next a.linkone{
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	padding:5px 22px;
	}
.Sidebar_layouts_next a.linktwo{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:5px 10px;
	}

.Single_Layouts{
	font-size:12px;
	color:#666666;
}
.Single_Layouts .Single_Layouts_top{
	border-bottom:1px solid #D8D8D8;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	}
.Single_Layouts .Single_Layouts_top a.lefta,
.Single_Layouts .Single_Layouts_top a.righta{
	color:#fff;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 8px 28px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	float:left;
	}
.Single_Layouts .Single_Layouts_top a.righta{
	float:right;
	}
.Single_Layouts h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
	margin:20px 0 15px;
}
.Single_Layouts p{
	padding-bottom:11px;
}
.portfolios_carousel_title{
	font-size:20px;
	color:#333333;
	padding:0 0 15px;
}

/*Images*/
.photo_box{position:relative;margin:0 0 5px 0;padding:0px;overflow:hidden;line-height:1.8;-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%; width:100%;}.photo_box .pic_box{position:relative;display:inline-block;overflow:hidden;width:100%;vertical-align:middle;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);}.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{ position:relative;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:#1E7AD8;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 >.fa{font-size:50px;height:70%;position:relative;}.photo_box .content > .fa: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:#1E7AD8;filter:alpha(opacity=100);opacity:1;}.photo_box.ico_push_in .ico span{background-color:transparent!important;background:transparent;}.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:#1E7AD8;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:#1E7AD8;}.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:#1E7AD8;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:#1E7AD8;border-top-color:#1E7AD8;}.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;background:transparent;border:1px solid #FFF;}.photo_box:hover.entirety_bevel .shade{background-color:#1E7AD8;filter:alpha(opacity=80);opacity:0.8;}.photo_box.entirety_bevel .pic_box:before{content:"";border-top:0px solid #e5e5e5;border-right:0px solid #FFF;border-left:0px solid #e5e5e5;border-bottom:0px solid #FFF;position:absolute;right:0;bottom:0;z-index:3;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.photo_box:hover.entirety_bevel .pic_box:before{border-top:25px solid #e5e5e5;border-right:25px solid #FFF;border-left:25px solid #e5e5e5;border-bottom:25px solid #FFF;}.img_left{float:left;width:auto;margin:8px 15px 5px 0;}.img_right{float:right;width:auto;margin:8px 0 5px 15px;}.img_center{text-align:center;width:100%;display:block;margin-bottom:5px}.img_center .pic_box{display:inline-block;width:auto;}.box_border_radius{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.box_border_round{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.box_border{border:3px solid #dddddd;overflow:hidden;}.box_border_padding{border:1px solid #dddddd;padding:3px;}.box_bottom_shadow{box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);-moz-box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);-webkit-box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);}.box_bottom_shadow_left,.box_bottom_shadow_right{overflow:visible;position:relative;z-index:1;}.box_bottom_shadow_left:before{content:"";position:absolute;top:100%;left:0;width:100px;height:15px;z-index:0;box-shadow:14px 14px 14px rgba(0,0,0,0.3);-moz-box-shadow:14px 14px 14px rgba(0,0,0,0.3);-webkit-box-shadow:14px 14px 14px rgba(0,0,0,0.3);margin:-24px 0 0 0;transform:rotate(-5deg);-ms-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);-o-transform:rotate(-5deg);}.box_bottom_shadow_right:after{content:"";position:absolute;top:100%;right:0;width:100px;height:15px;z-index:-1;box-shadow:-14px 14px 14px rgba(0,0,0,0.3);-moz-box-shadow:-14px 14px 14px rgba(0,0,0,0.3);-webkit-box-shadow:-14px 14px 14px rgba(0,0,0,0.3);margin:-24px 0 0 0;transform:rotate(5deg);-ms-transform:rotate(5deg);-moz-transform:rotate(-deg);-webkit-transform:rotate(5deg);-o-transform:rotate(5deg);}.box_dotted_padding{border:1px dashed #dddddd;padding:3px;}



@-webkit-keyframes ico_rotate {
	0% {
	 -webkit-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	50% {
	 -webkit-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -webkit-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-moz-keyframes ico_rotate {
	 0% {
	 -moz-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -moz-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -moz-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-o-keyframes ico_rotate {
	 0% {
	 -0-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -0-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -0-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @keyframes ico_rotate {
	 0% {
	 transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
.ico_rotate .ico span{
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration:300ms;
	animation-duration:300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width:80px;
	height:80px;
	box-shadow:			0 0 4px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 4px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);

}
.ico_rotate:hover .ico span {
	-webkit-animation-name:ico_rotate;
	-moz-animation-name:ico_rotate;
	-o-animation-name:ico_rotate;
	animation-name:ico_rotate;
}

.shade_zoom .shade{
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform:scale(0.1);
	transform:scale(0.1);
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
}
.shade_zoom:hover .shade{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.shade_zoom .ico span{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
	filter:alpha(opacity=0);
	opacity:0;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	width: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 .fa{
	background:none!important;
	font-size:30px!important;
	color:#FFF!important;
	text-shadow:1px 1px 3px rgba(0,0,0,0.6);
}


.text_sytle_1 {
	padding: 15px 10px 10px;
}
.text_sytle_1 h3,
.text_sytle_2 h3 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}
.text_sytle_1 .info {
	float: right;
	padding-top: 13px;
	font-size: 14px;
}
.text_sytle_1 .info span {
	margin-right: 3px;
}
.text_sytle_1 h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #666666;
}
.text_sytle_2 {
	background-color: #f5f5f5;
	padding: 15px 15px 10px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}
.text_sytle_3 {
	padding: 10px 0 5px;
}
.text_sytle_3 h3 {
	font-size: 14px;
	color: #666666;
}
.text_sytle_4 h3 {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666666;
}
.text_sytle_4 h3 span {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #1E7AD8;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}
.text_sytle_5 {
	clear:both;
	overflow:hidden;
	margin:5px;
}
.text_sytle_5 h3 {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin:10px 8px;
}
.text_sytle_5 h3 span{
	float:right;
}
.text_sytle_6{
	padding:30px 0 0 0;
	}
.text_sytle_6 .dateandtitle{
	
	}
.text_sytle_6 .dateandtitle .date{
	font-size:20px;
	color:#000;
	float:left;
	line-height:20px;
	}
.text_sytle_6 .dateandtitle .date span,
.text_sytle_6 .dateandtitle .title span{
	font-size:12px;
	color:#888;
	text-transform:uppercase;
	}
.text_sytle_6 .dateandtitle .title{
	font-size:16px;
	color:#000;
	float:left;
	line-height:20px;
	border-left:1px solid #CACACA;
	margin:0 0 0 15px;
	padding:0 0 0 15px;	
	}
.text_sytle_6 p{
	margin:15px 0;
	}
.text_sytle_6 .aandinfo a{
	display:inline-block;
	background-color:#1E7AD8;
	color:#fff;
	text-align:center;
	padding:8px 26px;
	text-transform:uppercase;	
	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? */
	}
.text_sytle_6 .aandinfo a:hover{
	background-color:#444;
	}
.text_sytle_6 .aandinfo .info{
	float:right;
	font-size:15px;
	line-height:37px;
	}
.text_sytle_6 .aandinfo .info span.fa{
	color:#BCBCBC;
	font-size:21px;
	top: 5px;
	left: -5px;
	}
/* 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; }
  

 /*LightBox*/
@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 {
	display:none;
	background-color:#FFF;
	max-width:60%;
	margin:auto;
	padding:20px;
}
.LightBox_Content h3 {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:15px;
	margin:0 0 10px 0;
}
.LightBox_zoom_in .LightBox_Content {
	display:block;
}
a.Button_lightbox {
	padding: 9px 25px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms;
	-o-transition: background-color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms;
	background-color: #1E7AD8;
	}
a.Button_lightbox:hover {
	text-decoration: none;
	background-color:#444;
	}
/*accordion_1*/
.accordion_1{
	margin-bottom:0;
	}
.accordion_1 .panel-default{
	background-color: transparent;
	border:none;
	border-radius:100px;
	box-shadow:none;
}
.accordion_1 > .panel-default > .panel-heading{
	position:relative;
	background-color:transparent;
	padding:0;
}
.accordion_1 .collapsing{
	-webkit-transition:height .1s ease;
	-o-transition:height .1s ease;
	transition:height .1s ease;
	}
.panel-group .panel-heading + .panel-collapse > .panel-body{
	border:1px solid transparent;
	border-top:none;
	}
.accordion_1 .collapse.in .panel-body{
	border-bottom-left-radius:25px;
	-moz-border-bottom-left-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	-moz-border-bottom-right-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	border:1px solid #ddd;
	border-top:none;
	
}
.accordion_1 .panel-title a {
	display: block;
	padding: 10px 15px;
	border-top-left-radius:25px;
	-moz-border-top-left-radius:25px;
	-webkit-border-top-left-radius:25px;
	border-top-right-radius:25px;
	-moz-border-top-right-radius:25px;
	-webkit-border-top-right-radius:25px;
	border: 1px solid #ddd;
	font-size:13px;
	font-weight:normal;
}


.accordion_1 .panel-title a .accordion_icon{
	border-left:1px solid #ddd;	
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #777;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_1 .panel-title a.collapsed{
	border-radius: 100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	color: #333;

}
.accordion_1 .panel-title a.collapsed .accordion_icon{
}
.accordion_1 .panel-title a:hover,
.accordion_1 .panel-title a.collapsed:hover{
	color:#1E7AD8;
	text-decoration:none;
}
.accordion_1 .panel-title a:hover .accordion_icon {
}
.accordion_1 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_1 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:21px;
}
.accordion_1 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}
/*accordion_2*/	
.accordion_2 .panel-default{
	background-color:#FFF;
	margin:0px!important;	
	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_2 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	margin:0px;	
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_2 .panel-body{
	 border:none!important;
	 padding:15px 0 !important;
}
.accordion_2 .panel-title a {
	display:block;
	border-bottom:1px solid #DDDDDD;
	padding:19px 0px 19px 45px;
	position: relative;
	font-size: 13px;
	font-weight:normal;
	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? */
}


.accordion_2 .panel-title a .accordion_icon{
	width:30px;
	height:30px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin:-15px 0 0 0;
	line-height:19px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	color: #FFF;
	background-color: #1E7AD8;
	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? */
}
.accordion_2 .panel-title a.collapsed .accordion_icon{
}
.accordion_2 .panel-title a.collapsed{
	color: #333;
}

.accordion_2 .panel-title a:hover{
	text-decoration:none;
	color:#1E7AD8;
}
.accordion_2 .panel-title a:hover .accordion_icon {
	color: #FFF;
}
.accordion_2 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_2 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:26px;
}
.accordion_2 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}
/*accordion_3*/	
.accordion_3{
	margin-bottom:0;
	}
.accordion_3 .panel-default{
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_3 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
}
.accordion_3 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_3 .panel-title a {
	color:#fff;
	display:block;
	padding: 10px 0px 10px 20px;
	position: relative;
	font-size: 14px;
	font-weight:normal;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_3 .panel-title a .accordion_icon{
	border-left:1px solid rgba(255,255,255,0.5);	
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #fff;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_3 .panel-title a.collapsed{
	color: #fff;
	border:none;
	background-color:transparent;
}
.accordion_3 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
	color: #fff;
}
.accordion_3 .panel-title a:hover,
.accordion_3 .panel-title a.collapsed:hover{
	text-decoration:none;
	color:#fff;
}
.accordion_3 .panel-title a:hover .accordion_icon {
	color:#fff;
}
.accordion_3 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}
.accordion_3 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:21px;
}
.accordion_3 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}	

.accordion_3 .panel-default:nth-child(1){
	border-color:#2DC7AE;
	}
.accordion_3 .panel-default:nth-child(1) .panel-title a{
	background-color:#2DC7AE;
	}
.accordion_3 .panel-default:nth-child(2){
	border-color:#37BAC6;
	}
.accordion_3 .panel-default:nth-child(2) .panel-title a{
	background-color:#37BAC6;
	}
.accordion_3 .panel-default:nth-child(3){
	border-color:#15A8E0;
	}
.accordion_3 .panel-default:nth-child(3) .panel-title a{
	background-color:#15A8E0;
	}
.accordion_3 .panel-default:nth-child(4){
	border-color:#1E7AD8;
	}
.accordion_3 .panel-default:nth-child(4) .panel-title a{
	background-color:#1E7AD8;
	}
/*accordion_4*/
.accordion_4{
	margin-bottom:0;
	}
.accordion_4 .panel-default{
	border:1px solid #DDDDDD;
	background-color:transparent;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_4 > .panel-default > .panel-heading{
	padding:0px;
	border:none!important;
	background-color:#f5f5f5;
}
.accordion_4 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_4 .panel-title a {
	color:#1e7ad8;
	display:block;
	border-bottom:1px solid #ddd;
	padding: 16px 0px 16px 20px;
	position: relative;
	font-size: 13px;
	font-weight:normal;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}


.accordion_4 .panel-title a .accordion_icon{
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}
.accordion_4 .panel-title a.collapsed{
	color: #333;
	border:none;
}
.accordion_4 .panel-title a.collapsed:hover{
	color:#1e7ad8;
	}
.accordion_4 .panel-title a.collapsed .accordion_icon{
}
.accordion_4 .panel-title a:hover{
	text-decoration:none;
	color:#1e7ad8;
}
.accordion_4 .panel-title a:hover .accordion_icon {

}
.accordion_4 .accordion_icon:before {
	top: 50%;
	left:50%;
	position: absolute;
	content:"";
	border-width:5px;
	border-style:solid;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
}

.accordion_4 .panel-title a .accordion_icon:before,
.accordion_4 .panel-title a:hover .accordion_icon:before {
	border-color:#1e7ad8 transparent transparent transparent;
	margin: -2px 0 0 -5px;
}
.accordion_4 .panel-title a.collapsed .accordion_icon:before {
	border-color:transparent transparent transparent #7E7E7E;
	margin: -5px 0 0 -2px;
}	
.accordion_4 .panel-title a.collapsed:hover .accordion_icon:before{
	border-color:transparent transparent transparent #1e7ad8;
	}	
/*quotes*/
.quotes_1 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0 10px 0 0;
	margin:0;
	position:relative;
}
.quotes_1 blockquote p{
	text-indent:0px;
	color:#666;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
}
.quotes_1 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: right;
	font-size:14px;
}
.quotes_1 blockquote small:before, 
.quotes_1 blockquote .small:before{
	font-size:12px;
	}
.quotes_1 blockquote small span{
	font-weight:normal;	
	color:#1e7ad8;
	font-size:14px;
	}

.quotes_2 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0 10px 0 0;
	margin:0;
	position:relative;
}
.quotes_2 blockquote p{
	text-indent:0px;
	color:#666;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	background-color:#EEEEEE;
	padding: 25px 30px;
	position:relative;
	z-index:0;
}
.quotes_2 blockquote p span{
	position: absolute;
	top: 0px;
	right: 0px;
	width:42px;
	height:42px;
	font-size:40px;
	color: #fff;
	font-weight: normal;
	text-align: right;
	padding: 0 6px 0 0;
	line-height: 45px;
	font-family:Arial, Helvetica, sans-serif;
	}
.quotes_2 blockquote p span:before{
	content: "";
	position: absolute;
	border-width:21px;
	border-style: solid;
	border-color: #1E7AD8 #1E7AD8 transparent transparent;
	right: 0px;
	top: 0px;
	z-index:-1;
	}
.quotes_2 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: left;
	font-size:14px;
}
.quotes_2 blockquote small:before, 
.quotes_2 blockquote .small:before{
	font-size:12px;
	}
.quotes_2 blockquote small span{
	font-weight:normal;	
	color:#1e7ad8;
	font-size:14px;
	}

.quotes_3 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0 10px 0 0;
	margin:0;
	position:relative;
}
.quotes_3 blockquote p{
	text-indent:0px;
	color:#666;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	padding: 25px 30px;
	position:relative;
	}
.quotes_3 blockquote p:before{
	content: "";
	position: absolute;
	width:30px;
	height:30px;
	border-width:1px;
	border-style: solid;
	border-color: #1E7AD8 transparent transparent #1E7AD8;
	left: 0px;
	top: 0px;
	}
.quotes_3 blockquote p:after{
	content: "";
	position: absolute;
	width:30px;
	height:30px;
	border-width:1px;
	border-style: solid;
	border-color:transparent transparent #1E7AD8 #1E7AD8;
	left: 0px;
	bottom: 0px;
	}
.quotes_3 blockquote p span:before{
	content: "";
	position: absolute;
	width:30px;
	height:30px;
	border-width:1px;
	border-style: solid;
	border-color: #1E7AD8 #1E7AD8 transparent transparent;
	right: 0px;
	top: 0px;
	}
.quotes_3 blockquote p span:after{
	content: "";
	position: absolute;
	width:30px;
	height:30px;
	border-width:1px;
	border-style: solid;
	border-color:transparent #1E7AD8 #1E7AD8 transparent;
	right: 0px;
	bottom: 0px;
	}
.quotes_3 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: center;
	font-size:14px;
}
.quotes_3 blockquote small:before, 
.quotes_3 blockquote .small:before{
	font-size:12px;
	}
.quotes_3 blockquote small span{
	font-weight:normal;	
	color:#1e7ad8;
	font-size:14px;
	}

.quotes_4 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0 10px 0 0;
	margin:0;
	position:relative;
}
.quotes_4 blockquote p{
	text-indent:0px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	background-color:#1E7AD8;
	padding: 25px 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.quotes_4 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: left;
	font-size:14px;
}
.quotes_4 blockquote small:before, 
.quotes_4 blockquote .small:before{
	font-size:12px;
	}
.quotes_4 blockquote small span{
	font-weight:normal;	
	color:#1e7ad8;
	font-size:14px;
	}	
	
.quotes_5 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0 10px 0 0;
	margin:0;
	position:relative;
	text-align:center;
}
.quotes_5 blockquote span.icon{
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#1E7AD8;
	padding: 33px 11px 0 0;
	margin: 0 0 10px 0
	overflow: hidden;
	color: #fff;
	font-size: 60px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;	
	}
.quotes_5 blockquote p{
	text-indent:0px;
	color:#666;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	padding:0 30px 12px 30px; 
	text-align:center;
}
.quotes_5 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: center;
	font-size:14px;
}
.quotes_5 blockquote small:before, 
.quotes_5 blockquote .small:before{
	font-size:12px;
	}
.quotes_5 blockquote small span{
	font-weight:normal;	
	color:#1e7ad8;
	font-size:14px;
	}
/*dropcaps*/
.dropcaps_1{
	width:70px;
	height:70px;
	line-height:64px;
	text-align:center;
	float:left;
	font-size:36px;
	margin:0 15px 0 0;
	color:#fff;
	background-color:#1E7AD8;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.dropcaps_2{
	width:70px;
	height:70px;
	line-height:64px;
	text-align:center;
	float:left;
	font-size:36px;
	margin:0 15px 0 0;
	color:#1E7AD8;
	border:1px solid #1E7AD8;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}	
.dropcaps_3{
	width:70px;
	height:70px;
	line-height:64px;
	text-align:center;
	float:left;
	font-size:36px;
	margin:0 15px 0 0;
	color:#fff;
	background-color:#1E7AD8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}	
.dropcaps_4{
	width:70px;
	height:70px;
	line-height:64px;
	text-align:center;
	float:left;
	font-size:36px;
	margin:0 15px 0 0;
	color:#1E7AD8;
	border:1px solid #1E7AD8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.dropcaps_5{
	width:70px;
	height:70px;
	line-height:64px;
	text-align:center;
	float:left;
	font-size:36px;
	margin:0 15px 0 0;
	color:#333;
	background-color:#DCDCDC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}	
.dropcaps_6{
	width:70px;
	height:70px;
	line-height:64px;
	text-align:center;
	float:left;
	font-size:36px;
	margin:0 15px 0 0;
	color:#333;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}			
/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	
}
.horizontalTab_Top_1 ul.resp-tabs-list{
	}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	border:none;
	border-bottom:none;
	
}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover{
	 
	}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span{
	background-color:#ECECEC;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:10px 42px ;
	font-size:13px;
	color:#333;
	background-color:#ECECEC;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	
	border-left:none;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span{
	color:#fff;
	background-color:#1E7AD8;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-width: 7px;
	border-style: solid;
	border-color:#1E7AD8 transparent transparent transparent;
	bottom: -14px;
	left: 43%;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li em,
.horizontalTab_Top_1 ul.resp-tabs-list li i,
.horizontalTab_Top_1 h2.resp-accordion span em,
.horizontalTab_Top_1 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_1 .resp-tabs-container{
	border:1px solid #D8DBDB;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	margin: -1px 0 0 0;
	}
.horizontalTab_Top_1 .resp-tab-content .resp_margin{
	margin:25px;
	}
.horizontalTab_Top_1 ul.list_style{
	display:inline-block;
	margin: 0 40px 0 0;
	}
.horizontalTab_Top_1 ul.list_style li {
	padding: 6px 0px;
	}
 
.horizontalTab_Top_1 ul.list_style li .fa {
	color:#1E7AD8;
	}
/* horizontalTab_Top_2*/
.horizontalTab_Top_2 .resp-tabs-container{
	border:none;
	}
.horizontalTab_Top_2 ul.resp-tabs-list{
	padding:60px 0;	
	}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active:before{
	position:absolute;
	content:"";
	border-style:solid;
	border-color:#1E7AD8 transparent transparent transparent;
	border-width:10px;
	top:0px;
	left:50%;
	margin: -60px 0 0 -10px;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li{
	width:20%;
	border-top:none;
	border-right:none;
	text-align:center;
	cursor: pointer;
	z-index:2;
	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;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:hover{
	z-index:4;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active{
	z-index:3;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:nth-child(1){
	border-left:none;
	}
	
.horizontalTab_Top_2 ul.resp-tabs-list li:nth-child(3) div{
	background-color:#2D4051;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:nth-child(2) div,
.horizontalTab_Top_2 ul.resp-tabs-list li:nth-child(4) div{
	background-color:#364B5E;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:nth-child(1) div,
.horizontalTab_Top_2 ul.resp-tabs-list li:nth-child(5) div{
	background-color:#455666;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li div{
	padding: 70px 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? */
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:hover div{
	background-color:#95B7D9;
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	}

.horizontalTab_Top_2 ul.resp-tabs-list li span{
	padding: 0 0 16px 0;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
	background-color: inherit;
	color: inherit;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li span img{
	display:inline-block;
	width:auto\0;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li p{
	margin:0;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	}
/* horizontalTab_Top_3*/
.horizontalTab_Top_3 {
}
.horizontalTab_Top_3 ul.resp-tabs-list li{
	margin: 0 5px 3px 0;
	border:none;
	background-color:#364B5E;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li:hover{
	background-color:#1E7AD8;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li span{
	padding: 9px 26px;
	font-size: 13px;
	color: #fff;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li:hover span{
	color:#fff;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active{
	background-color:#1E7AD8;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span {
	background-color:transparent;
	color:#fff;
	}
.horizontalTab_Top_3 .resp-tabs-container {
	border:none;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color:#F0F0F0;
	}	
.horizontalTab_Top_3 .resp-tab-content .resp_margin{
	padding:25px;
	margin:0;
	}
.horizontalTab_Top_3 ul.list_style{
	display:inline-block;
	margin: 0 40px 0 0;
	}
.horizontalTab_Top_3 ul.list_style li {
	padding: 6px 0px;
	}

.horizontalTab_Top_3 ul.list_style li .fa {
	color:#1E7AD8;
	}
/* horizontalTab_Top_4*/
.horizontalTab_Top_4 {
	}
.horizontalTab_Top_4 ul.resp-tabs-list{
	width:100%;
	display:table;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li{
	display:table-cell;
	float:none;
	text-align:center;
	border:none;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:first-child{
	border-left:none;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active {
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:hover {
	background-color: inherit;
	}
	
.horizontalTab_Top_4 ul.resp-tabs-list li div{
	margin:0 0 0 2px;
	}	
.horizontalTab_Top_4 ul.resp-tabs-list li:first-child div{
	margin:0;
	border:1px solid #2DC7AE;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:nth-child(2) div{
	border:1px solid #31B8C4;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:nth-child(3) div{
	border:1px solid #15A8E0;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:nth-child(4) div{
	border:1px solid #1E7AD8;
	}

	
.horizontalTab_Top_4 ul.resp-tabs-list li span{
	padding:15px;
	color:#fff;
	font-size:15px;
	border:2px solid transparent;
	position:relative;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:first-child span{
	background-color:#2DC7AE;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:nth-child(2) span{
	background-color:#31B8C4;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:nth-child(3) span{
	background-color:#15A8E0;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:nth-child(4) span{
	background-color:#1E7AD8;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span,
.horizontalTab_Top_4 ul.resp-tabs-list li:hover span{
	color:#fff;
	border:2px solid #fff;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	border-style:solid;
	border-width:6px;
	margin:0 0 0 -3px;
	border-color:transparent transparent #fff transparent;
	}	
	
.horizontalTab_Top_4 .resp-tabs-container {
	margin:-2px 0 0 0;
	border:1px solid #D8DBDB;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
		
.horizontalTab_Top_4 .resp-tab-content .resp_margin{
	padding:25px;
	margin:0;
	}
.horizontalTab_Top_4 ul.list_style{
	display:inline-block;
	margin: 0 40px 0 0;
	}
.horizontalTab_Top_4 ul.list_style li {
	padding: 6px 0px;
	}
 
.horizontalTab_Top_4 ul.list_style li .fa {
	color:#1E7AD8;
	}
/* horizontalTab_Top_5*/
.horizontalTab_Top_5 {
	}
.horizontalTab_Top_5 ul.resp-tabs-list{
	width:100%;
	display:table;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li{
	display:table-cell;
	float:none;
	text-align:center;
	border:none;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:first-child{
	border-left:none;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active {
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:hover {
	background-color: inherit;
	}
	
.horizontalTab_Top_5 ul.resp-tabs-list li div{
	border:1px solid #D8DBDB;
	margin:0 0 0 3px;
	border-bottom:none;
	border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	}	
.horizontalTab_Top_5 ul.resp-tabs-list li:first-child div{
	margin:0;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active div{
	border-top:2px solid #1e7ad8;
	}
	
.horizontalTab_Top_5 ul.resp-tabs-list li span{
	padding:13px;
	color:#333;
	font-size:13px;
	}

.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active span,
.horizontalTab_Top_5 ul.resp-tabs-list li:hover span{
	color:#1e7ad8;
	border-bottom:none;
	}
	
.horizontalTab_Top_5 .resp-tabs-container {
	margin:-2px 0 0 0;
	border:1px solid #D8DBDB;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
		
.horizontalTab_Top_5 .resp-tab-content .resp_margin{
	padding:25px;
	margin:0;
	}
/* verticalTab_Left_1*/
.verticalTab_Left_1 {
}
.verticalTab_Left_1 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border:none;
	margin-bottom:5px;
	margin-right:15px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.verticalTab_Left_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	font-size:13px;
	color:#fff;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	}
.verticalTab_Left_1 ul.resp-tabs-list li:first-child span{
	background-color:#2DC7AE;
	}
.verticalTab_Left_1 ul.resp-tabs-list li:nth-child(2) span{
	background-color:#31B8C4;
	}
.verticalTab_Left_1 ul.resp-tabs-list li:nth-child(3) span{
	background-color:#15A8E0;
	}
.verticalTab_Left_1 ul.resp-tabs-list li:nth-child(4) span{
	background-color:#1E7AD8;
	}
.verticalTab_Left ul.resp-tabs-list li:hover span{
	color:#fff;
	}
.verticalTab_Left_1 ul.resp-tabs-list li span:before{
	content:"";
	position:absolute;
	top:50%;
	left:100%;	
	margin:-2px 0 0 0;
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
	}
	
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	text-align:center;
	padding-right:15px;
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:first-child span:before{
	border-color: transparent transparent transparent #2DC7AE;
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:nth-child(2) span:before{
	border-color: transparent transparent transparent #31B8C4;
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:nth-child(3) span:before{
	border-color: transparent transparent transparent #15A8E0;
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:nth-child(4) span:before{
	border-color: transparent transparent transparent #1E7AD8;
	}
	
	
.verticalTab_Left_1 .resp-tab-content{
	border:none;
}
.verticalTab_Left_1 .resp-tab-content .resp_margin{
	margin:0;
	border:1px solid #D8DBDB;
	padding:15px 20px 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
.verticalTab_Left_1 ul.list_style{
	display:inline-block;
	margin: 0 25px 0 0;
	}
.verticalTab_Left_1 ul.list_style li {
	padding: 6px 0px;
	} 
.verticalTab_Left_1 ul.list_style li .fa {
	color:#1E7AD8;
	}	
	
.verticalTab_Left_1 ul.resp-tabs-list li em,
.verticalTab_Left_1 ul.resp-tabs-list li i,
.verticalTab_Left_1 h2.resp-accordion span em,
.verticalTab_Left_1 h2.resp-accordion span i{
	padding-right:5px;
}
/* verticalTab_Right_1*/ 
.verticalTab_Right_1 {
}
.verticalTab_Right_1 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_1 ul.resp-tabs-list li{
	border:none;
	margin-bottom:5px;
	margin-left:15px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.verticalTab_Right_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	font-size:13px;
	color:#fff;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:first-child span{
	background-color:#2DC7AE;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:nth-child(2) span{
	background-color:#31B8C4;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:nth-child(3) span{
	background-color:#15A8E0;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:nth-child(4) span{
	background-color:#1E7AD8;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:hover span{
	color:#fff;
	}
.verticalTab_Right_1 ul.resp-tabs-list li span:before{
	content:"";
	position:absolute;
	top:50%;
	right:100%;	
	margin:-2px 0 0 0;
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
	}
	
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	text-align:center;
	padding-left:15px !important;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:first-child span:before{
	border-color: transparent #2DC7AE transparent transparent ;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:nth-child(2) span:before{
	border-color: transparent #31B8C4 transparent transparent;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:nth-child(3) span:before{
	border-color: transparent #15A8E0 transparent transparent;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:nth-child(4) span:before{
	border-color: transparent #1E7AD8 transparent transparent;
	}
	
	
.verticalTab_Right_1 .resp-tab-content{
	border:none;
}
.verticalTab_Right_1 .resp-tab-content .resp_margin{
	margin:0;
	border:1px solid #D8DBDB;
	padding:15px 20px 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
.verticalTab_Right_1 ul.list_style{
	display:inline-block;
	margin: 0 25px 0 0;
	}
.verticalTab_Right_1 ul.list_style li {
	padding: 6px 0px;
	}
.verticalTab_Right_1 ul.list_style li .fa {
	color:#1E7AD8;
	}	
	
.verticalTab_Right_1 ul.resp-tabs-list li em,
.verticalTab_Right_1 ul.resp-tabs-list li i,
.verticalTab_Right_1 h2.resp-accordion span em,
.verticalTab_Right_1 h2.resp-accordion span i{
	padding-right:5px;
}
@media only screen and (max-width: 979px) {
	.horizontalTab_Top_3 ul.resp-tabs-list li span,
	.horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
		padding: 9px 20px;
		}
	}
@media only screen and (max-width: 768px) {
	.horizontalTab_Top_1 .resp-tabs-container {
		border:none;
		border-bottom:1px solid #D8DBDB;
		border-radius:0;
		}
	.horizontalTab_Top_1 .resp-tab-active, 
	.horizontalTab_Top_1 .resp-tab-active:hover{
		background-color:#1E7AD8;		
		}
	.con_f{
		background-color: transparent;
		}
	.horizontalTab_Top_2 .resp-tabs-container{
		margin:10px 0;
		border-bottom: 1px solid #e1e1e1;
		}


	.horizontalTab_Top_2 h2.resp-accordion,
	.horizontalTab_Top_2 h2.resp-accordion:hover{
		color:#fff;
		}
	.horizontalTab_Top_2 h2.resp-accordion:nth-child(1){
		background-color:#455666;
		}
	.horizontalTab_Top_2 h2.resp-accordion:nth-child(3){
		background-color:#364B5E;
		}
	.horizontalTab_Top_2 h2.resp-accordion:nth-child(5){
		background-color:#2D4051;
		}
	.horizontalTab_Top_2 h2.resp-accordion:nth-child(7){
		background-color:#364B5E;
		}
	.horizontalTab_Top_2 h2.resp-accordion:nth-child(9){
		background-color:#455666;
		}
	.horizontalTab_Top_2 h2.resp-accordion:hover,
	.horizontalTab_Top_2 .resp-accordion.resp-tab-active{
		background-color:#95B7D9 !important;
		}
	.horizontalTab_Top_2 .resp-tab-content{
		background-color:#1E7AD8;
		}	
	.horizontalTab_Top_2 h2.resp-accordion > div{
		position:relative;
		}	
	.horizontalTab_Top_2 h2.resp-accordion > div span.img{
		display:inline-block;
		position:absolute;
		width:16px;
		height:16px;
		top:50%;
		left:0px;
		margin:-8px 0 0 0;
		}
	.horizontalTab_Top_2 h2.resp-accordion > div p.text{
		display:inline-block;
		margin:0;
		padding:0 0 0 25px;
		}
		
	.horizontalTab_Top_3 .resp-tab-active, 
	.horizontalTab_Top_3 .resp-tab-active:hover{
		background-color:#1E7AD8;
		}
	.horizontalTab_Top_3 .resp-tabs-container{
		border: none;
		border-bottom: 1px solid #e1e1e1;
		border-radius:0;
		}
	.horizontalTab_Top_2 ul.resp-tabs-list{
		width:auto;
		display:none;
		}
	.horizontalTab_Top_4 ul.resp-tabs-list{
		display:none;
		}
	.horizontalTab_Top_4 .resp-tabs-container{
		border: none;
		border-bottom: 1px solid #e1e1e1;
		border-radius: 0;
		margin: 0;
		}
	.horizontalTab_Top_4 .resp-tab-active, 
	.horizontalTab_Top_4 .resp-tab-active:hover {
		background: #1E7AD8;
		}
	.horizontalTab_Top_5 .resp-tab-active, 
	.horizontalTab_Top_5 .resp-tab-active:hover{
		background-color: #1E7AD8;
		}
	.horizontalTab_Top_5 ul.resp-tabs-list{
		width:auto;
		display:none;
		}
	.horizontalTab_Top_5 .resp-tabs-container{
		border: none;
		border-radius:0;
		border-bottom: 1px solid #e1e1e1;
		}
	.verticalTab_Left_1 .resp-tab-content,
	.verticalTab_Right_1 .resp-tab-content {
		border: 1px solid #e1e1e1;
		border-bottom: none;
		}
	.verticalTab_Left_1 .resp-tab-content .resp_margin,
	.verticalTab_Right_1 .resp-tab-content .resp_margin{
		border-radius: 0;
		border: none;
		}	
	.verticalTab_Left_1 .resp-tab-active, 
	.verticalTab_Left_1 .resp-tab-active:hover,
	.verticalTab_Right_1 .resp-tab-active, 
	.verticalTab_Right_1 .resp-tab-active:hover{
		background: #1E7AD8;
		}
	}
/*list*/
.list_style {
	margin:0px;
	padding:0px;
}
.list_style li {
	list-style:none;
	padding:3px 0px;
}
.list_style li .fa{
	margin-right:5px;
	color:#1E7AD8;
}
/*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;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.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%;
}

.carousel .owl-page.active{
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:0;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-25px 0 0 0;
	border:1px solid #fff;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		background-color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* IE9? */

}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:0;
}
.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
	border:none;
	background-color:rgba(255,255,255,0.3);
}
.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 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);
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */

	}
.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 .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
}
.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 .grabbing { 
}

.carousel .owl-wrapper,
.carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}

.carousel_1 .item {
	text-align:center;
	padding:0 5px;
}

.carousel_1 .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? */
}


.carousel_1 .ico .fa,
.carousel_1 .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? */
}

.carousel_1 h3.title {
	font-weight:normal;
	color:#fff;
	font-size:24px;
}
.carousel_1 .line{
	width: 60px;
	height: 1px;
	margin: 30px auto;
	background-color: #fff;
	position: relative;
	}
.carousel_1 .line:before,
.carousel_1 .line:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	left: 0px;
	top: 50%;
	margin: -5px 0 0 -10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.carousel_1 .line:after{
	left: auto;
	right: 0px;
	margin: -5px -10px 0 0;
	}
.carousel_1 p.text{
	font-size:14px;
	color:#fff;
	padding: 0 80px;
	margin:0;
	}
.carousel_1 a.buttoncolor2{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #fff;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	padding: 14px 53px;
	margin: 20px 0 0 0;
	display:inline-block;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
}
.carousel_1 a.buttoncolor2:hover{
	text-decoration:none;
	background-color:#fff;
	color:#1E7AD8;
	}

.carousel_1 .item:hover .ico{
 }
.carousel_1 .item:hover .ico .fa,
.carousel_1 .item:hover .ico .socia{
	border:4px solid #FFF;
}
.carousel_1 .item:hover a.Button_normal{
}
.carousel_1 .item:hover h3  {
}
.carousel_1 .owl-buttons .owl-prev,
.carousel_1 .owl-buttons .owl-next{
	position:absolute;
	left:0;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-25px 0 0 0;
	border:1px solid #fff;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		background-color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* IE9? */

}
.carousel_1 .owl-buttons .owl-next{
	left:auto;
	right:0;
}
.carousel_1 .owl-buttons .owl-prev:hover,
.carousel_1 .owl-buttons .owl-next:hover{
	border:none;
	background-color:rgba(255,255,255,0.3);
}
.carousel_1 .owl-buttons .owl-prev:before,
.carousel_1 .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 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);
	}
.carousel_1 .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_1 .owl-buttons .owl-prev:hover:before{
}
.carousel_1 .owl-buttons .owl-next:hover:before{
	border-left:none;
}

.carousel_2 .item{
	padding:0 15px;
	}
.carousel_2 .item .box{
	background-color:#fff;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding:25px;
	}
.carousel_2 .item .box h3{
	font-size:15px;
	color:#333;
	text-transform:uppercase;
	margin:0 0 15px 0;	
	}
.carousel_2 .owl-page{
	background-color:#C5C5C5;
	border:none;
	}
.carousel_2 .owl-page.active{
	background-color:#1E7AD8;
	}
.carousel_3 .item{
	padding:0 0 0 70px;
	position:relative;
	}
.carousel_3 .item .ico{
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	border:1px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:50px;
	}
.carousel_3 .item h3{
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display: inline-block;
	margin: 10px 0;
	}
.carousel_3 .item p{
	color:#fff;	
	}
.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	position:absolute;
	left:0;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-25px 0 0 -30px;
	border:none;
	border-radius:0;
}
.carousel_3 .owl-buttons .owl-next{
	left:auto;
	right:0;
	margin: -25px -30px 0 0;
}
.carousel_3 .owl-buttons .owl-prev:hover,
.carousel_3 .owl-buttons .owl-next:hover{
	background-color:transparent;
}
.carousel_3 .owl-buttons .owl-prev:before,
.carousel_3 .owl-buttons .owl-next:before{
	content:"";
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
	width:15px ;
	height:15px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-7px 0 0 -7px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	}
.carousel_3 .owl-buttons .owl-next:before{
	border-left:none;
	border-right:5px solid #fff;
	margin:-7px 0 0 -7px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel_3 .owl-buttons .owl-prev:hover:before{
}
.carousel_3 .owl-buttons .owl-next:hover:before{
}

.carousel_4.services_a{
	margin:0;
	}
.carousel_4 .item {
	padding: 0 5px;
	}
.carousel_4 .owl-buttons .owl-prev, 
.carousel_4 .owl-buttons .owl-next{
	border: 1px solid #bbb;
	margin: -25px 0 0 -55px;
	}
.carousel_4 .owl-buttons .owl-next {
	left: auto;
	right: 0;
	margin: -25px -55px 0 0;
	}
.carousel_4 .owl-buttons .owl-prev:before, 
.carousel_4 .owl-buttons .owl-next:before{
	border-left: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	}
.carousel_4 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #bbb;
	}
.carousel_4 .owl-buttons .owl-prev:hover, 
.carousel_4 .owl-buttons .owl-next:hover{
	border:1px solid #1E7AD8;
	background-color: transparent;
	}
.carousel_4 .owl-buttons .owl-prev:hover:before, 
.carousel_4 .owl-buttons .owl-next:hover:before{
	border-left: 2px solid #1E7AD8;
	border-bottom: 2px solid #1E7AD8;
	}
.carousel_4 .owl-buttons .owl-next:hover:before {
	border-left: none;
	border-right: 2px solid #1E7AD8;
	}
	
.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next{
	left:50px;
	border:none;
	background-color:rgba(0,0,0,0.5);
	filter:alpha(opacity=0);
	opacity:0;
}
.carousel_5 .owl-buttons .owl-next{
	left:auto;
	right:50px;
}
.carousel_5 .owl-buttons .owl-prev:before,
.carousel_5 .owl-buttons .owl-next:before{
	border-color:#FFF;
	width:10px;
	height:10px;
	margin:-4px 0 0 -4px;
}
.carousel_5 .owl-buttons .owl-prev:hover,
.carousel_5 .owl-buttons .owl-next:hover{
	background-color:#1E7AD8;
}
.carousel_5:hover .owl-buttons .owl-prev,
.carousel_5:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_5 .owl-pagination {
	top: auto;
	bottom:20px;
	}
.carousel_5 .owl-page {
	background-color: rgba(255,255,255,0.6);
	width: 17px;
	height: 17px;
	border:none;
	}
.carousel_5 .owl-page.active {
	background-color: #ffffff;
	}

.carousel_6 .owl-wrapper{
	margin:0 0 0 -15px;
	}
.carousel_6 .item{
	padding:0 15px;
	
	}
.carousel_6 .photo_box{
	margin:0;
	cursor:pointer;
	border:1px solid #DDDDDD;
	}
.carousel_6 .photo_box .shade{
	background-color: #1E7AD8;
	}
.carousel_6 .photo_box:hover .shade {
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
.carousel_6 .bottom{
	text-align:center;
	padding:19px 0;
	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? */
	}
.carousel_6 .photo_box:hover .bottom{
	background-color:#344455;
	}
.carousel_6 .bottom:before{
	position:absolute;
	content:"";
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #fff transparent;
	left:40px;
	top:0px;
	margin:-20px 0 0 0;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
	}
.carousel_6 .photo_box:hover .bottom:before{
	border-color:transparent transparent #344455 transparent;
	}
.carousel_6 .bottom h3{
	font-size:15px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	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? */
	}
.carousel_6 .photo_box:hover .bottom h3{
	color:#fff;
	}
.carousel_6 .bottom p{
	font-size:13px;
	margin:10px 0;
	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? */
	}
.carousel_6 .photo_box:hover .bottom p{
	color:#fff;
	}
.carousel_6 .owl-buttons .owl-prev, 
.carousel_6 .owl-buttons .owl-next{
	left: auto;
	top: 0;
	right: 0;
	width:25px;
	height:25px;
	border:none;
	margin: -60px 60px 0 0;
	background-color:#D7D7D7;
	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_6 .owl-buttons .owl-next{
	right:-30px;	
	}
.carousel_6 .owl-buttons .owl-prev:before, 
.carousel_6 .owl-buttons .owl-next:before{
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: -4px 0 0 -2px;
	}
.carousel_6 .owl-buttons .owl-next:before{
	border-right:1px solid #666666;
	border-left: none;
	margin: -4px 0 0 -5px;
	}
.carousel_6 .owl-buttons .owl-prev:hover, 
.carousel_6 .owl-buttons .owl-next:hover {
	background-color: #1E7AD8;
	}
.carousel_6 .owl-buttons .owl-prev:hover:before, 
.carousel_6 .owl-buttons .owl-next:hover:before{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
.carousel_6 .owl-buttons .owl-next:hover:before{
	border-right:1px solid #fff;
	border-left: none;
	}
	
.carousel_7 .owl-buttons .owl-prev,
.carousel_7 .owl-buttons .owl-next{
	position:absolute;
	left:50px;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-25px 0 0 0;
	border:none;
	background-color:rgba(0,0,0,0.3);
}
.carousel_7 .owl-buttons .owl-next{
	left:auto;
	right:50px;
}
.carousel_7 .owl-buttons .owl-prev:hover,
.carousel_7 .owl-buttons .owl-next:hover{
	border:none;
	background-color:rgba(0,0,0,0.3);
}
.carousel_7 .owl-buttons .owl-prev:before,
.carousel_7 .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 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);
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
	}
.carousel_7 .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_7 .owl-buttons .owl-prev:hover:before{
}
.carousel_7 .owl-buttons .owl-next:hover:before{
	border-left:none;
}
.carousel_7 .owl-pagination {
	text-align:center;
	padding:0;
	position:absolute;
	bottom:20px;
	top:auto;
	width:100%;
}
.carousel_7 .owl-page{
	cursor: pointer;
	width:17px;
	height:17px;
	border:5px solid #fff;
	background-color:#fff;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.carousel_7 .owl-page.active{
	background-color:#1E7AD8;
 }

.carousel_8 .item{
	background-color:#EEEEEE;
	text-align:center;
	border-bottom:3px solid #D7D7D7;
	margin:0 2px 0 0;
	}
.carousel_8 .item h3{
	font-size:15px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	margin: 20px 0 10px 0;
	}
.carousel_8 .item p{
	font-size:13px;
	margin: 0 0 20px 0;
	}


.carousel_9 .owl-pagination{
	top:auto;
	bottom:20px;
	margin:0;
}
.carousel_9 .owl-page {
	width:21px;
	height:21px;
	margin:0px 5px ;
}
.carousel_9 .owl-page:hover,
.carousel_9 .owl-page.active{
	border:2px solid #1E7AD8;
	}
.carousel_9 .owl-item {
	position:relative;
	overflow:hidden;
}
.carousel_9 .owl-item .carousel_content {
	position:absolute;
	top:0px;
	left:-30%;
	width:30%;
	height:100%;
	z-index:10;
	padding:30px;
	color:#FFF;
	opacity:0;
	transition: 		all 200ms ease-out 0ms ;
	-moz-transition: 	all 200ms ease-out 0ms; /* Firefox 4 */
	-webkit-transition: all 200ms ease-out 0ms; /* Safari and Chrome */
	-o-transition: 		all 200ms ease-out 0ms; /* Opera */
	-ms-transition: 	all 200ms ease-out 0ms; /* IE9? */
}
.carousel_9 .owl-item.synced .carousel_content,
.carousel_9 .owl-item.synced .carousel_content.text_left {
	top:0px;
	left:0px;
	opacity:1;
	transition: 		all 400ms ease-out 800ms ;
	-moz-transition: 	all 400ms ease-out 800ms; /* Firefox 4 */
	-webkit-transition: all 400ms ease-out 800ms; /* Safari and Chrome */
	-o-transition: 		all 400ms ease-out 800ms; /* Opera */
	-ms-transition: 	all 400ms ease-out 800ms; /* IE9? */
}

.carousel_9 .owl-item .carousel_content.text_right {
	left:auto;
	right:-30%;
	width:30%;
	height:100%;
}
.carousel_9 .owl-item.synced .carousel_content.text_right {
	left:auto;
	right:0;
}
.carousel_9 .owl-item .carousel_content.text_top {
	left:0;
	top:-100%;
	width:100%;
	height:auto;
	max-height:100%;
}
.carousel_9 .owl-item.synced .carousel_content.text_top{
	left:0;
	top:0;
}
.carousel_9 .owl-item .carousel_content.text_bottom {
	left:0;
	top:auto;
	bottom:-100%;
	width:100%;
	height:auto;
	max-height:100%;
}
.carousel_9 .owl-item.synced .carousel_content.text_bottom{
	left:0;
	top:auto;
	bottom:0;
}

.carousel_9 .owl-item .carousel_content h3 {
	color:#FFF;
}
.carousel_9 .owl-item .carousel_content:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:-1;
}

.carousel_10 .photo_box .ico{
	margin-top:-50px;
	}
.carousel_10 .photo_box .ico span{
	background-color:#fff;
	background:#fff;
	color:#1E7AD8;
	}
.carousel_10 .photo_box .shade{
	background-color:#1E7AD8;
	}
.carousel_10 .photo_box:hover .shade {
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
.carousel_10 .owl-buttons .owl-prev,
.carousel_10 .owl-buttons .owl-next{
	width:46px;
	height:60px;
	margin-top:-30px;
	border:none;
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_10 .owl-buttons .owl-prev{
	left:0;
}
.carousel_10 .owl-buttons .owl-next{
	right:0;
	border-top-right-radius:0px;
	-moz-border-top-right-radius:0px;
	-webkit-border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-bottom-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.carousel_10 .owl-buttons .owl-prev:before,
.carousel_10 .owl-buttons .owl-prev:hover:before{
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin:-5px 0 0 -3px;
	width:12px ;
	height:12px;
}
.carousel_10 .owl-buttons .owl-next:before,
.carousel_10 .owl-buttons .owl-next:hover:before{
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin:-5px 0 0 -7px;
	width:12px ;
	height:12px;
}
.carousel_10 .owl-buttons .owl-prev:hover,
.carousel_10 .owl-buttons .owl-next:hover{
	border:none;
	background-color:#1E7AD8;
}

.carousel_11 .item{
	margin:0 10px;
	}
.carousel_11 .item h3{
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	margin:10px 0;
	}
.carousel_11 .item p{
	margin:0;
	color:#fff;
	}
.carousel_11 .owl-page{
	width:16px;
	height:16px;
	background-color:#fff;
	border:2px solid #fff;
	margin: 0 3px;
	}
.carousel_11 .owl-page.active{
	background-color:transparent;
	}






/*SectionStyles*/
.SectionStyles0{
	text-align:left;
	}
.SectionStyles0 h3{
	font-size:20px;
	color:#333;
	font-weight: normal;
	line-height: normal;
	margin:0 0 10px 0;
	}
.SectionStyles0 p{
	margin:0;
	}
.SectionStyles1{
	background-image:url(images/Sectionbg1.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	}
.SectionStyles1_bg{
	background-color:rgba(0,0,0,0.4);
	}
.SectionStyles2{
	background-color:#F5F5F5;
	border-bottom:1px solid #ddd;	
	}
.SectionStyles2 .title{
	text-align: center;
	margin:0 0 50px 0;
	}
.SectionStyles2 .title .box{
	position: relative;
	display: inline-block;
	}
.SectionStyles2 .title .box:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 50%;
	left: 0;
	margin: -4px 0 0 -90px;
	background-color: #1e7ad8;
	}
.SectionStyles2 .title .box:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 50%;
	right: 0;
	margin: -4px -90px 0 0;
	background-color: #1e7ad8;
	}
.SectionStyles2 .title .box h1{
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	}
.SectionStyles2 .title .box .line:before{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #1E7AD8;
	top: 50%;
	left: 0;
	margin: 0 0 0 -80px;
	}
.SectionStyles2 .title .box .line:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background-color: #1E7AD8;
	top: 50%;
	right: 0;
	margin: 0 -80px 0 0;
	}
.SectionStyles3{
	background-color:#1E7AD8;
	color:#fff;
	font-size:24px;
	text-align:center;
	height:120px;
	line-height:120px;
	}
.SectionStyles4{
	background-color:#F5F5F5;
	position:relative;	
	}
.SectionStyles4:after{
	position: absolute;
	content: "";
	border-style: solid;
	border-color: #F5F5F5 transparent transparent transparent;
	border-width: 10px;
	bottom: 0px;
	left: 50%;
	margin:0 0 -20px -10px;
	}
.SectionStyles5{
	background-image:url(images/Sectionbg5.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	}
.SectionStyles6{
	background-color:#F2F2F2;
	text-align:center;
	}
.SectionStyles6 h3{
	font-size:20px;
	color:#333;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.SectionStyles7{
	background-image: url(images/con_cbg.png);
	background-color: #1E7AD8;
	text-align:center;
	}
.SectionStyles7 h3{
	font-size:20px;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.SectionStyles7 p{
	color:#fff;
	}
.SectionStyles8{
	background-image:url(images/Sectionbg1.png);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	}
.SectionStyles8_bg{
	background-color:rgba(0,0,0,0.4);
	}
.SectionStyles8 h3{
	font-size:20px;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.SectionStyles8 p{
	color:#fff;
	}
.SectionStyles9{
	background-color: #1E7AD8;
	text-align:center;
	}
.SectionStyles9 h3{
	font-size:20px;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.SectionStyles9 p{
	color:#fff;
	}
.SectionStyles10{
	background-image:url(images/Sectionbg10.jpg);
	text-align:center;
	}
.SectionStyles10 h3{
	font-size:20px;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.SectionStyles10 p{
	color:#fff;
	}
.SectionStyles11{
	background-image:url(images/Sectionbg11.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	}
.SectionStyles11 h3{
	font-size:20px;
	color:#fff;
	margin:0 0 20px 0;
	font-weight:normal;
	}
.SectionStyles11 p{
	color:#fff;
	}
.SectionStyles12{
	background-image:url(images/Sectionbg12.png);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#F2F2F2;
	}
.SectionStyles12 h3{
	font-size:24px;
	color:#333;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:center;
	font-weight:normal;
	}
.SectionStyles12 p{
	margin:0 0 40px 0;
	text-align:center;
	font-size:15px;
	}
.SectionStyles13{
	background-image:url(images/Sectionbg13.jpg);
	background-position:center center;
	background-attachment:fixed;
	}
.SectionStyles14{
	background-image:url(images/Sectionbg14.jpg);
	background-position:center center;
	background-attachment:fixed;
	}
.SectionStyles15{
	background-image:url(images/SectionStyles15.png);
	background-color:#2C3B4C;
	}
.SectionStyles15 h1{
	margin:0;
	line-height:normal;
	font-weight:normal;
	font-size:30px;
	color:#fff;
	text-align:center;
	}
.SectionStyles15 h1 a{
	margin:0;
	}
.SectionStyles16{
	background-image:url(images/Sectionbg16.jpg);
	background-position:center center;
	background-attachment:fixed;
	
	}
.SectionStyles16_bg{
	position:relative;
	text-align:center;
	}
.SectionStyles16_bg:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#1E7AD8;
	filter:alpha(opacity=70);
	opacity:0.7;
	}
.SectionStyles16 h1{
	font-size:32px;
	color:#fff;
	font-weight:normal;
	line-height:normal;
	margin:0;
	}
.SectionStyles16 .line{
	width:150px;
	height:1px;
	margin:30px auto;
	background-color:#fff;
	}
.SectionStyles16 p{
	color:#fff;
	line-height:20px;
	padding:0 80px;
	}
.SectionStyles16 a{
	margin:20px 10px 0 10px;
	font-size:14px;
	text-transform:uppercase;
	}
.SectionStyles16 a em.fa{
	font-size:20px;
	margin:0 15px 0 0;
	vertical-align: middle;
	}
.SectionStyles17{
	background-image:url(images/Sectionbg17.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	}
.SectionStyles17 h1{
	font-size:32px;
	color:#fff;
	font-weight:normal;
	line-height:normal;
	margin:0;
	}
.SectionStyles17 .line{
	width:150px;
	height:1px;
	margin:30px auto;
	background-color:#fff;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	[class*="SectionStyles"]{
        background-attachment: scroll !important;
    }
}

/*ProgressBars*/
.percentage1{
	position: relative;
	color: #1E7AD8;
	margin:0 auto 25px;
}

.percentage1 .percentage_inner{
	position:absolute;
	text-align: center;
	width:80px;
	height:80px;
	font-size:15px;
	color:#fff;
	background-color:#1E7AD8;
	text-align:center;
	line-height:80px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	top:50%;
	left:50%;
	margin:-40px 0 0 -40px;
}

.ourteam_c{
	text-align:center;
	padding:10px 0 0 0;
	}
.ourteam_c .color1,
.ourteam_c .color2,
.ourteam_c .color3,
.ourteam_c .color4{
	padding:15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	}
.ourteam_c .color1{
	background-color:#2DC7AE;
	}
.ourteam_c .color2{
	background-color:#31B8C4;
	}
.ourteam_c .color3{
	background-color:#15A8E0;
	}
.ourteam_c .color4{
	background-color:#1E7AD8;
	}
.percentage2{
	position: relative;
	color: #fff;
	margin:0 auto;
}
.percentage2 .percentage_inner{
	position:absolute;
	text-align: center;
	color:#fff;
	font-size:40px;
	text-transform:uppercase;
	width:100%;
	line-height:normal;
	height:80px;
	top:50%;
	margin:-40px 0 0 0;
}
.percentage2 .percentage_inner h6{
	font-size:13px;
	color:#fff;
	font-weight:normal;
	}

/*Boxes*/
.boxes .but a.buttoncolor2{
	display:inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 14px 37px;
	transition: background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms,color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
	-o-transition: background-color ease-in 200ms,color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms,color ease-in 200ms;	
	}
.boxes .but a.buttoncolor2:hover{
	text-decoration: none;
	background-color: #fff;
	color: #1E7AD8;	
	}
.boxes_style_1{
	position:relative;
}
.boxes_style_1 .boxes{
	padding:25px 250px 25px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_1 .boxes p{
	color:#fff;
	font-size:13px;
	}
.boxes_style_1 .Boxes_title {
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
	margin-bottom:13px;
}
.boxes_style_1 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_2{
	position:relative;
}
.boxes_style_2 .boxes{
	padding:0 250px 0 25px;
	z-index:1;
	position:relative;
}
.boxes_style_2 .boxes p{
	color:#333;
	font-size:20px;
	margin:0;
	}
.boxes_style_2 .but{
	margin:-22px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes .but a.buttoncolor4{
	display:inline-block;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
	background-color: #1E7AD8;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 11px 29px;
	}
.boxes .but a.buttoncolor4:hover{
	text-decoration: none;
	color: #fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	}
	
.boxes_style_3{
	position:relative;
	}
.boxes_style_3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_3:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	}
.boxes_style_3 .boxes{
	border:1px solid #d2cdcd;
	border-top:3px solid #1E7AD8;
	background-color:#fff;
	padding:20px 25px;
	z-index:1;
	position:relative;
	text-align:center;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_3 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_3 .but{
	padding:10px 0;
}
.boxes_style_3 .boxes .but a.buttoncolor{
	color:#fff;
	font-size:13px;
	padding:10px 42px;
	margin:0 5px;
	border-radius:			100px;
	-moz-border-radius:		100px;
	-webkit-border-radius:	100px;
	display:inline-block;
	}
.boxes_style_3 .boxes .but a.buttoncolor:hover{
	text-decoration:none;
	}
	
.boxes_style_4 .boxes{
	border:1px solid #D2CDCD;
	border-left: 3px solid #1E7AD8;
	background-color:#FFF;
	padding:50px 240px 50px 50px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_4 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_4 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}

.boxes_style_5{
	position:relative;
	}
.boxes_style_5:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_5:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	}
.boxes_style_5 .boxes{
	border:1px solid #d2cdcd;
	border-left: 3px solid #1E7AD8;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_5 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_5 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}

.boxes_style_6{
	position:relative;
	}
.boxes_style_6:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_6:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	}
.boxes_style_6 .boxes{
	border:1px solid #d2cdcd;
	border-bottom: 3px solid #1E7AD8;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	color:#333333;
	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_7{
	position:relative;
	}
.boxes_style_7:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_7:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	}
.boxes_style_7 .boxes{
	background-color:#EEEEEE;
	padding:50px 240px 50px 50px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_7 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_7 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_7 .but a.buttoncolor5{
	text-decoration:none;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
	background-color: #1E7AD8;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 14px 37px;
	}
.boxes_style_7 .but a.buttoncolor5:hover{
	color: #fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	}

.boxes_style_8 .boxes{
	background-color:#1E7AD8;
	padding:50px 240px 50px 50px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_8 .Boxes_title {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_8 .boxes p{
	color:#fff;
	}
.boxes_style_8 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}

.boxes_style_9{
	position:relative;
	}
.boxes_style_9:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_9:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	}
.boxes_style_9 .boxes{
	border:1px solid #ddd;
	background-color:#F7F7F7;
	padding:40px 240px 40px 50px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_9 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_9 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_9 .but a.buttoncolor5{
	text-decoration:none;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
	background-color: #1E7AD8;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 14px 37px;
	}
.boxes_style_9 .but a.buttoncolor5:hover{
	color: #fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	}

/*number_Animation*/
.number_Animation .number_box{
	width:166px;
	height:166px;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 auto;
	text-align:center;	
	color:#fff;
	padding: 40px 0;
	}
.number_Animation .number_box .number{
	font-size:36px;
	color:#fff;
	}
.number_Animation .number_box .number_name{
	display:block;
	font-size:14px;
	color:#fff;
	}

.number_Animation_2 .number_box{
	margin:0 auto;
	text-align:center;	
	color:#fff;
	}
.number_Animation_2 .number_box .number{
	font-size:50px;
	color:#fff;
	}
.number_Animation_2 .number_box .number_name{
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
.number_Animation_3{
	text-align:center;
	}
.number_Animation_3 .img{
	border:1px solid #1e7ad8;
	font-size:58px;
	color:#1e7ad8;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	}
.number_Animation_3 span.number{
	display: block;
	font-size:60px;
	color:#1e7ad8;
	}
.number_Animation_3 p{
	font-size:15px;
	color:#333;
	}
.number_Animation_3 .na3_2 .img{
	border:1px solid #25bad0;
	color:#25bad0;
	}
.number_Animation_3 .na3_2 span.number{
	color:#25bad0;
	}
.number_Animation_3 .na3_3 .img{
	border:1px solid #35b5a1;
	color:#35b5a1;
	}
.number_Animation_3 .na3_3 span.number{
	color:#35b5a1;
	}
.number_Animation_3 .na3_4 .img{
	border:1px solid #64c376;
	color:#64c376;
	}
.number_Animation_3 .na3_4 span.number{
	color:#64c376;
	}

/*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;
	-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 {
	-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{
	text-align:center;
	margin-bottom:0;
	}
.flip_box_1 .front{
	padding:50px 30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	}
.home3con_a .col-sm-6.col-md-3:nth-child(1) .flip_box_1 .front{
	background-color:#2DC7AE;
	}
.home3con_a .col-sm-6.col-md-3:nth-child(2) .flip_box_1 .front{
	background-color:#31B8C4;
	}
.home3con_a .col-sm-6.col-md-3:nth-child(3) .flip_box_1 .front{
	background-color:#15A8E0;
	}
.home3con_a .col-sm-6.col-md-3:nth-child(4) .flip_box_1 .front{
	background-color:#1E7AD8;
	}
.flip_box_1 .front .fa{
	font-size:40px;
	color:#fff;
	}
.flip_box_1 .front h3{
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin:20px 0 15px 0;	
	}
.flip_box_1 .back{
	padding:50px 30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#E6E6E6;
	}
.flip_box_1 .back h3{
	font-size:15px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	}
.flip_box_1 .back p{
	margin:20px 0 15px 0;
	}
.flip_box_1 .back a.but{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-radius: 100px;
	background-color: #1E7AD8;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 8px 25px;
	}
.flip_box_1 .back a.but:hover{
	text-decoration: none;
	color: #fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	}

.flip_box_2 .front,
.flip_box_2 .back{
	border:1px solid #e2e2e2;
	padding:25px;
	text-align:center;
}
 
.flip_box_2 .front .fa{
	background-color:#1E7AD8;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:26px;
	color:#FFF;
	margin-bottom:20px;
}
.flip_box_2  h3{
	font-size:15px;
	color:#666666;
	margin-bottom:10px;
}
.flip_box_2 .back{
	height:auto;
}
.flip_box_2 .back h3{
	margin:0px 0 15px;
}

.flip_box_2 .back a.but{
	padding:6px 0px;
	color:#FFF;
	background-color:#1E7AD8;
	text-decoration:none;
	display:block;
	width:120px;
	text-align:center;
	margin:37px auto -42px
}

.flip_box_3 .front,
.flip_box_3 .back{
	background-color:#f8f8f8;
	border:1px solid #e2e2e2;
	padding: 25px;
	text-align:center;
} 

.flip_box_3 .back{
	height:100%;
	padding:0 25px;
}


.flip_box_3 .front .fa{
	font-size:45px;
	color:#777777;
	margin:8px 0 0px;
}
.flip_box_3 h3 {
	color:#666666;
	font-size:15px;
	margin:25px 0 15px;
}


.flip_box_4 .front{
	padding:25px;
	text-align:center;
} 
.flip_box_4 .back{
	padding:0 25px;
	text-align:center;
	background-color:#1E7AD8;
	color:#FFF;
}
.flip_box_4 .back{
	height:100%;
}


.flip_box_4 .front .fa{
	font-size:45px;
	width:120px;
	height:120px;
	line-height:120px;
	background-color:#e9e9e9;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#777777;
	margin:8px 0 0px;
}
.flip_box_4 h3 {
	color:#666666;
	font-size:15px;
	margin:25px 0 15px;
}
.flip_box_4 .back h3 {
	color:#FFF;
	margin:35px 0 15px;
}
.flip_box_4 .back a.but{
	display:inline-block;
	padding:8px 25px;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	color:#ffffff;
	border:1px solid #ffffff;
	text-decoration:none;
	margin-top:10px;
	transition: 		background-color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* IE9? */

}
.flip_box_4 .back a.but:hover{
	background-color:#444;
	border:1px solid #444;
	}
/*loaded_list*/
.loaded_list p{
	text-transform:uppercase;
	}
.loaded_list .progress .bar{
	position:relative;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	height:10px;
	line-height:10px;
	width:0;
	transition: width ease-in 1000ms;
	-moz-transition: width ease-in 1000ms;
	-webkit-transition: width ease-in 1000ms;
	-o-transition: width ease-in 1000ms;
	-ms-transition: width ease-in 1000ms;
	background-color:#1E7AD8;
	}
.loaded_list .progress{
	overflow:visible;
	height:10px;
	line-height:10px;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	background-color:#d5d5d5;
	box-shadow:none;
	}
.loaded_list .bar span {
	position:absolute;
	right:0px;
	bottom:100%;
	text-indent:0;
	margin-bottom:10px;
	display:none;
	}
.loaded_list .bar span:after{
	content: "";
	width:16px;
	height:16px;
	position:absolute;
	left:17px;
	top: 100%;
	margin: 7px 0 0 0;
	background-color:#fff;
	border:2px solid #1e7ad8;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}

.loaded_list2{
	margin:35px 0 0 0;
	}
.loaded_list2 p{
	text-transform:uppercase;
	color:#444;
	}
.loaded_list2 .progress .bar{
	position:relative;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	height:14px;
	line-height:14px;
	width:0;
	transition: width ease-in 1000ms;
	-moz-transition: width ease-in 1000ms;
	-webkit-transition: width ease-in 1000ms;
	-o-transition: width ease-in 1000ms;
	-ms-transition: width ease-in 1000ms;
	background-color:#1E7AD8;
	}
.loaded_list2 .progress{
	overflow:visible;
	border:1px solid #ddd;
	padding:2px;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	background-color: transparent;
	box-shadow:none;
	}
.loaded_list2 .bar span {
	position: absolute;

	right: 0px;
	bottom: 100%;
	background-color: #313E4C;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px;
	line-height: normal;
	font-size: 12px;
	text-indent: 0;
	display: none;
	margin: 0px -15px 10px 0;
	}
.loaded_list2 .bar span:before{
	border: 5px solid transparent;
	border-top: 5px solid #313E4C;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	margin-left: -5px;
	}

/*Time_Line*/
.Time_Line {
	position: relative;
	z-index: 2;
	clear:both;
	padding:35px 0 0 0;
	}
.Time_Line .Time_Line_top{
	text-align: center;
	display: block;
	margin: 15px 0;
	}
.Time_Line .Time_Line_top .Time_Line_top_time {
	display: inline-block;
	background-color: #E6E6E6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 59px;
	font-size: 12px;
	color:#333;
	border:3px solid #fff;
	width: 65px;
	height: 65px;
	}
.Time_Line .Time_Line_content{
	clear:both;
	}
.Time_Line .Time_Line_content .Time_Line_left{
	width:50%;
	float:left;
	padding: 0 85px 0 0;
	position: relative;
	}
.Time_Line .Time_Line_content .Time_Line_right{
	width:50%;
	float:right;
	padding:75px 0 0 85px;
	position: relative;
	}
.Time_Line .Time_Line_content .photo_box{
	float: left;
	margin: 0 30px 0 0;
	}
.Time_Line .Time_Line_content .photo_box .pic_box img{
	width:170px;
	height:170px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}
.Time_Line .Time_Line_content .photo_box .shade{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#1E7AD8;
	}
.Time_Line .Time_Line_content .photo_box:hover .shade {
	filter: alpha(opacity=90);
	opacity: 0.9;
	}
.Time_Line .Time_Line_content .photo_box .ico span{
	background-color:transparent;
	background:transparent;
	color: #fff;
	font-size: 20px;
	}
.Time_Line .Time_Line_content .Time_Line_left h3,
.Time_Line .Time_Line_content .Time_Line_right h3{
	font-size:15px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	margin: 10px 0 0 0;
	}
.Time_Line .Time_Line_content .Time_Line_left p,
.Time_Line .Time_Line_content .Time_Line_right p{
	margin:10px 0;
	}
.Time_Line .Time_Line_content .Time_Line_left span,
.Time_Line .Time_Line_content .Time_Line_right span{
	color:#1e7ad8;
	font-size:13px;
	}
.Time_Line .Time_Line_content .Time_Line_left .dot,
.Time_Line .Time_Line_content .Time_Line_right .dot{
	position:absolute;
	right:0;
	top:20%;
	margin: 0 -20px 0 0;
	width:40px;
	height:40px;
	background-color:#1e7ad8;
	border:3px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:13px;
	color:#fff;
	text-align: center;
	line-height:34px;
	}
.Time_Line .Time_Line_content .Time_Line_right .dot{
	right:auto;
	top:44%;
	left:0;
	margin:0 0 0 -20px;
	}
.Time_Line .Time_Line_content .Time_Line_left .dot:before,
.Time_Line .Time_Line_content .Time_Line_right .dot:before{
	content:"";
	position:absolute;
	border-style:solid;
	border-color:transparent #1e7ad8 transparent transparent;
	border-width:5px;
	left:0px;
	top:50%;
	margin: -3px 0 0 -13px;
	}
.Time_Line .Time_Line_content .Time_Line_right .dot:before{
	left:auto;
	right:0;
	margin: -3px -13px 0 0;
	border-color:transparent transparent transparent #1e7ad8;
	}
.Time_Line .Time_Line_line {
	position: absolute;
	z-index: -1;
	left: 50%;
	width: 8px;
	height: 100%;
	top: 0px;
	margin-left: -4px;
	overflow: hidden;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	background-color:#E8E8E8;
	}
	
/*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_title {
	color:#444444;
	border:1px solid #e2e2e2;
	padding-top:15px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table .price_title h2 {
	margin:0px;
	font-weight:normal;
}
.price-table .price_holder {
	border:1px solid #E4E4E4;
	margin:0 0 0 -1px;
	min-height:300px;
	padding-bottom:12px;
}
.price-table .price_box {
	color:#444444;
	padding:20px 0px 25px 0px;
}
.price-table .sup {
	font-size:28px;
	line-height:34px;
	vertical-align:top;
}
.price-table .price {
	font-size:48px;
	line-height:50px;
}
.price-table .price_holder ul {
	margin:0px 0px 13px 0px;
	padding:0px;
	border-bottom:1px solid #e2e2e2;
}
.price-table .price_holder ul li {
	list-style:none;
	border-top:1px solid #e2e2e2;
	padding:12px 0;
}
.price-table .btn {
	position:relative;
	font-size:15px;
	border:none;
	background-color:transparent;
	color:#FFF;
	text-shadow:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 20px;
	margin-top:10px;
	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-table .btn:hover {
	background-color:#525252;
}



.price-table1{
	padding:0;
	}
.price-table1 .price_border{
	border:1px solid #transparent;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	overflow:hidden;
}
.price-table1 .price_title{
	border:none;
	padding:0;
	text-align:center;
	background-color:transparent;
}
.price-table1 .price_title h2{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:50px;
}
.price-table1 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:0;
	margin:0;
}
.price-table1 .price_box{
	width:150px;
	height:150px;
	margin:30px auto;
	padding:0;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	color:#fff;
}
.price-table1 .price_box .sup {
	padding-top:35px;
	display:inline-block;
	font-size:35px;
	vertical-align:middle;
	line-height: normal;
}
.price-table1 .price_box .price{
	padding-top:35px;
	display:inline-block;
	font-size:35px;
	vertical-align:middle;
	line-height: normal;
}
*+html .price-table1 .price_box .sup ,
*+html .price-table1 .price_box .price{
	display:inline;
}
.price-table1 .price_box .unit{
	display:block;
	font-size:13px;
}
.price-table1 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table1 .price_holder ul li{
	border-top:none;
	padding: 11px 0;
}
.price-table1 .price_holder ul li:nth-child(odd){
	background-color:#ECECEC;
}
.price-table1 .price_holder a.btn{
	color:#fff;
	padding:3px 30px;
	margin:30px 0;
	line-height:30px;
	font-size:12px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.price-table1 .color_1 .price_border{
	border:1px solid #2DC7AE;
	}
.price-table1 .color_1 .price_title{
	background-color:#2DC7AE;
	}
.price-table1 .color_1 .price_box{
	background-color:#2DC7AE;
	}
.price-table1 .color_1 .price_holder a.btn{
	background-color:#2DC7AE;
	}


.price-table1 .color_2 .price_border{
	border:1px solid #31B8C4;
	background-color:#31B8C4;
	}
.price-table1 .color_2 .price_title{
	background-color:#2A9DA7;
	}
.price-table1 .color_2 .price_box{
	border:1px solid #fff;
	}
.price-table1 .color_2 .price_holder ul li{
	color:#fff;
	}
.price-table1 .color_2 .price_holder ul li:nth-child(odd){
	background-color:rgba(0,0,0,0.12);
	}
.price-table1 .color_2 .price_holder a.btn{
	border:1px solid #fff;
	}


.price-table1 .color_3 .price_border{
	border:1px solid #15A8E0;
	}
.price-table1 .color_3 .price_title{
	background-color:#15A8E0;
	}
.price-table1 .color_3 .price_box{
	background-color:#15A8E0;
	}
.price-table1 .color_3 .price_holder a.btn{
	background-color:#15A8E0;
	}

.price-table1 .color_4 .price_border{
	border:1px solid #1E7AD8;
	}
.price-table1 .color_4 .price_title{
	background-color:#1E7AD8;
	}
.price-table1 .color_4 .price_box{
	background-color:#1E7AD8;
	}
.price-table1 .color_4 .price_holder a.btn{
	background-color:#1E7AD8;
	}	
.price-table1 .price_holder a.btn:hover{
	border:none;
	color:#fff;
	}	
.price-table1 .color_2 .price_holder a.btn:hover{
	border:1px solid #fff;
	background-color:transparent;
	}

.price-table2{
	padding:0;
	}
.price-table2 .price_icon_box{
	float:left;
	text-align:center;
	}
.col-width-5 .price-table2 .price_icon_box{
	width:20%;
	}
.col-width-4 .price-table2 .price_icon_box{
	width:25%;
	}
.col-width-3 .price-table2 .price_icon_box{
	width:33.33%;
	}
.col-width-2 .price-table2 .price_icon_box{
	width:50%;
	}
.col-width-1 .price-table2 .price_icon_box{
	width:100%;
	}
.price-table2 .price_icon_box.color1{
	background-color:#2E3F50;
	}
.price-table2 .price_icon_box .price_icon .price_title{
	color: #fff;
	border:none;
	padding:0;
	font-size:14px;
	}
.price-table2 .price_icon_box.color2 .price_icon .price_title,
.price-table2 .price_icon_box.color4 .price_icon .price_title{
	background-color:#3C4E61;
	}
.price-table2 .price_icon_box.color3 .price_icon .price_title,
.price-table2 .price_icon_box.color5 .price_icon .price_title{
	background-color:#2E3F50;
	}
.price-table2 .price_icon_box .price_icon .price_title h2{
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	line-height:50px;
	}
.price-table2 .price_holder{
	border:none;
	padding:0;
	margin:0;
	}
.price-table2 .price_box {
	color: #fff;
	padding:40px 0px;
	}
.price-table2 .price_icon_box.color1 .price_box{
	background-color:#192532;
	}
.price-table2 .price_icon_box.color2 .price_box{
	background-color:#2DC7AE;
	}
.price-table2 .price_icon_box.color3 .price_box{
	background-color:#31B8C4;
	}
.price-table2 .price_icon_box.color4 .price_box{
	background-color:#15A8E0;
	}
.price-table2 .price_icon_box.color5 .price_box{
	background-color:#1E7AD8;
	}     
.price-table2 .price_icon_box.color1 .price_box span.fa{
	font-size:49px;
	}
.price-table2 .price_icon_box.color1 .price_box p{
	font-size:16px;
	margin:8px 0 0 0;
	}
.price-table2 .sup {
	font-size: 50px;
	line-height: 50px;
	vertical-align: inherit;
	}	
.price-table2 .price {
	font-size: 50px;
	line-height: 50px;
	}
.price-table2 .price_icon_box .price_box p{
	font-size:13px;
	margin:12px 0 0 0;
	}
.price-table2 .price_holder ul {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}
.price-table2 .price_icon_box.color1 .price_holder ul{
	border-right:none;
	}	
.price-table2 .price_holder ul li {
	list-style: none;
	border-top:none;
	padding: 12px 0;
	}
.price-table2 .price_holder ul li:nth-child(odd){
	background-color:#ECECEC;
	}
.price-table2 .price_holder ul li:last-child{
	padding:30px 0;
	line-height:37px;
	}	
.price-table2 .price_holder ul li span.fa{
	font-size:13px;
	}
.price-table2 .price_holder ul li span.fa.fa-check{
	color:#41AD53;
	}	
.price-table2 .price_holder ul li span.fa.fa-close{
	color:#CE1616;
	}	
	
		
.price-table2 .price_icon_box.color1 .price_holder ul li{
	color:#8fa4ba;
	}	
.price-table2 .price_icon_box.color1 .price_holder ul li:nth-child(odd){
	background-color:#253240;
	}
.price-table2 .price_icon_box.color1 .price_holder ul li:last-child{
	text-transform:uppercase;
	position: relative;
	}
.price-table2 .price_icon_box.color1 .price_holder ul li:last-child span.fa{
	font-size:26px;
	color:#8FA4BA;
	top: 50%;
	margin: -13px 0 0 10px;
	position: absolute;
	}	
	
.price-table2 .btn{
	font-size: 12px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 9px 30px;
	margin-top:0;
	text-transform:uppercase;
	}	
.price-table2 .price_icon_box.color2 .btn{
	background-color:#2DC7AE;
	}
.price-table2 .price_icon_box.color3 .btn{
	background-color:#31B8C4;
	}
.price-table2 .price_icon_box.color4 .btn{
	background-color:#15A8E0;
	}
.price-table2 .price_icon_box.color5 .btn{
	background-color:#1E7AD8;
	}
.price-table2 .btn:hover{
	background-color:#1E7AD8 !important;
	}

.price-table3{
	padding:0;
	}
.price-table3.row{
	margin-right: -5px;
	margin-left: -5px;
	}
.price-table3 .col-md-3.col-sm-6{
	padding-left:5px;
	padding-right:5px;
	}	
.price-table3 .price_holder {
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0;
	padding-bottom: 0;
	text-align:center;
	background-color:#2E3F50;
	}
.price-table3 .price_holder:hover{
	background-color:#1E7AD8;
	}
.price-table3 .price_box {
	color: #fff;
	padding:43px 0;
	margin:30px 0;
	width:150px;
	height:150px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #fff;
	display:inline-block;
	}
.price-table3 .sup {
	font-size:35px;
	line-height: 35px;
	vertical-align: inherit;
	}
.price-table3 .price{
	font-size:35px;
	line-height:35px;
	}
.price-table3 .unit{
	display:block;
	font-size:13px;
	margin:8px 0 0 0;
	}
.price-table3 .price_title {
	color: #ffffff;
	border:none;
	padding-top:0;
	padding-bottom:0;
	font-size:18px;
	}
.price-table3 .price_title h2 {
	font-weight: bold;
	font-size:18px;
	color: #ffffff;
	text-transform:uppercase;
	}
.price-table3 .price_title .line{
	width:50px;
	height:1px;
	background-color:#fff;
	margin:15px auto;
	}
.price-table3 .price_holder ul {
	margin: 0px;
	padding: 0px;
	border-bottom:none;
	}	
.price-table3 .price_holder ul li {
	list-style: none;
	border-top:none;
	padding:8px 0;
	color:#8fa4ba;
	}
.price-table3 .price_holder:hover ul li{
	color:#fff;
	}	
.price-table3 .btn{
	font-size: 12px;
	background-color:#1E7AD8;
	color: #FFF;
	text-transform:uppercase;
	text-shadow: none;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding:9px 30px;
	margin:10px 0 30px 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition:none;
	-ms-transition:none;
	}	
.price-table3 .price_holder:hover .btn {
	background-color:transparent;
	background:transparent;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	}	

.price-table4{
	padding:0;
	}
.price-table4 .price_holder{
	border:none;
	text-align:center;
	}
.price-table4 .price_box{
	color: #fff;
	padding: 20px 0px;
	background-color:#1E7AD8;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	}
	
.price-table4 .price_title {
	color: #fff;
	border:none;
	padding-bottom:20px;
	}	
.price-table4 .price_title h2 {
	margin: 0px;
	font-weight: normal;
	font-size:18px;
	color:#fff;
	letter-spacing:normal;
	text-transform:uppercase;
	}	
.price-table4 .sup {
	font-size:60px;
	line-height: normal;
	}
.price-table4 .price {
	font-size:60px;
	line-height: normal;
	}
.price-table4 .price_box p{
	font-size:14px;
	padding:0;
	margin: 0 0 20px 0;
	}

.price-table4 .price_holder ul{
	margin:0;
	padding:0 0 30px 0;
	border:1px solid #1E7AD8;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}
.price-table4 .price_holder ul li {
	list-style: none;
	border-top: none;
	border-bottom:1px solid #DCDCDC;
	padding:15px 40px;
	text-align:left;
	font-size:13px;
	}
.price-table4 .price_holder ul li span.fa{
	font-size:12px;
	color:#1E7AD8;
	margin: 0px 10px 0 0;
	}
.price-table4 .price_holder ul a{
	display:inline-block;
	color:#fff;
	padding: 20px 49px;
	margin: 30px 0 0 0;
	background-color:#1E7AD8;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	}	
.price-table4 .price_holder.color2 .price_box{
	background-color:#25B9CF;
	}
.price-table4 .price_holder.color2 ul{
	border:1px solid #25B9CF;
	}
.price-table4 .price_holder.color2 ul li span.fa{
	color:#25B9CF;
	}
.price-table4 .price_holder.color2 ul a{
	background-color:#25B9CF;
	}
.price-table4 .price_holder.color3 .price_box{
	background-color:#40B8A6;
	}
.price-table4 .price_holder.color3 ul{
	border:1px solid #40B8A6;
	}
.price-table4 .price_holder.color3 ul li span.fa{
	color:#40B8A6;
	}
.price-table4 .price_holder.color3 ul a{
	background-color:#40B8A6;
	}
.price-table4 .price_holder.color4 .price_box{
	background-color:#64C376;
	}
.price-table4 .price_holder.color4 ul{
	border:1px solid #64C376;
	}
.price-table4 .price_holder.color4 ul li span.fa{
	color:#64C376;
	}
.price-table4 .price_holder.color4 ul a{
	background-color:#64C376;
	}
	
	
/*player*/
.player .Play {
	cursor: pointer;
	display: inline-block;
}
.player.Button {
	display: block!important;
	width: auto;
	height: auto;
	box-shadow: none;
	position: absolute;
	z-index: 1000;
	background-color: #F00;
	color: #FFF;
}
.player .YTPOverlay{
	background-color:#000;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.player .Play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.player_boxes{
	padding:50px 40px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.player_boxes.dark{
	background-color:rgba(0,0,0,0.6);
}


.player_boxes .player_title{
	font-size:50px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:1.1;
}
.player_boxes .player_line {
	width:70px;
	margin:20px auto;
}
.player_boxes .player_smalltitle {
	font-size:16px;
	letter-spacing:2px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:1.2;
}
.player_boxes .player_content{
	color:#666666;
	margin:0px 10% 30px; 
}
.player_boxes .Button_default {
	margin-bottom:10px;	
}
.player_boxes.dark .player_smalltitle,
.player_boxes.dark .player_content{
	color:#FFF;
}
	
/*Responsive Video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}
/*gmap*/
#gmap{
	width: 100%;
	height: 370px;
	}
#gmap img {
    max-width: none;
}
#gmap:before{
	content:"";
	position:absolute;
	background-image: url(images/mapshadow.png);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:6px;
	z-index:1;
	top:0px;
	left:0px;
	}	
#gmap:after{
	content:"";
	position:absolute;
	background-image: url(images/mapshadow2.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	width:100%;
	height:6px;
	z-index:1;
	bottom:0px;
	left:0px;
	}
#gmap2{
	width: 100%;
	height: 260px;
	}
#gmap2 img {
    max-width: none;
}
#gmap3{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	}
#gmap3 img {
    max-width: none;
}
#gmap3:before{
	content:"";
	position:absolute;
	background-image: url(images/mapshadow3.png);
	background-repeat:repeat-y;
	background-position:right top;
	height:100%;
	width:7px;
	z-index:1;
	top:0px;
	right:0px;
	}

/*anchorTag*/
.anchorTag {
	position:relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	z-index:902;
	text-align:center;
}

.anchorTag.iconimg span {
	width:90px;
	height:90px;
	line-height:60px;
	position:absolute;
	top:0px;
	left:50%;
	margin: -45px 0 0 -45px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:15px solid #fff;
	background-color: #1e7ad8;
	background: #1e7ad8;
	cursor:pointer;
	background: -moz-linear-gradient(30deg,#1e7ad8 0%,#1ed6d8 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#1e7ad8),color-stop(100%,#1ed6d8));
	background: -webkit-linear-gradient(30deg,#1e7ad8 0%,#1ed6d8 100%);
	background: -o-linear-gradient(30deg,#1e7ad8 0%,#1ed6d8 100%);
	background: -ms-linear-gradient(30deg,#1e7ad8 0%,#1ed6d8 100%);
	background: linear-gradient(30deg,#1e7ad8 0%,#1ed6d8 100%);
}
.anchorTag.iconimg span img{
	max-width:100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.anchorTag.iconimg span {
		width:50px;
		height:50px;
		line-height:40px;
		border-width:5px;
		margin: -25px 0 0 -25px;
	}
	.anchorTag.iconimg span img{
		max-width:50%;
	}
}
@media only screen and (max-width: 767px) {
	.anchorTag.iconimg span {
		width:50px;
		height:50px;
		line-height:40px;
		border-width:3px;
		margin: -25px 0 0 -25px;
	}
	.anchorTag.iconimg span img{
		max-width:50%;
	}

}
/*anchor Nav*/
#anchorNav {
	position:fixed;
	left:50px;
	top:30%;
	margin:0;
	padding:0;
	z-index:10000;
}
#anchorNav li{
	list-style:none;
	cursor:pointer;
	position:relative;
	margin-bottom:10px;

}
#anchorNav li:hover{
	}
#anchorNav li i{
	display:block;
	text-indent:-200px;
	overflow:hidden;
	width:42px;
	height:42px;
	background-color:#000;
	background-color:rgba(0,0,0,0.5);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;

}
#anchorNav li:hover i{
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	width:120px;
	background-color:#1E7AD8;
}
#anchorNav li.active i{
	background-color:#1E7AD8;
	}
#anchorNav li span {
	color:#FFF;
	position: absolute;
	left:50px;
	margin:0;
	white-space:nowrap;
	padding:0;
	filter:alpha(opacity=0);
	opacity:0;
	font-size:13px;
	line-height:42px;
	text-transform:capitalize;
}
#anchorNav li:hover span{
	filter:alpha(opacity=100);
	opacity:1;
	visibility:visible;
}
#anchorNav li b{
	width:42px;
	height:42px;
	line-height:42px;
	position: absolute;
	left:0;
	top:50%;
	margin:-21px 0 0 0;
	text-align:center;
	}

#anchorNav li b img{
	width:40%;
	}
	
/*dividers*/	
.dividers_1{
	border: none;
	border-bottom: 1px solid #DDDDDD;
	height: 0px;
	margin:0;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}	
.dividers_2{
	border:none;
	background:url(images/dividers_1.png) repeat-x left center;
	height:5px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	}
.dividers_3 {
	border: none;
	border-bottom: 1px dashed #999999;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_4{
	border: none;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	height: 4px;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 30px 0;
}
.dividers_4 span.fa{
	position:relative;
	font-size:18px;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: -25px;
	line-height: 50px;
	margin: 0 auto;
	background-color: #DCDCDC;
	padding: 0;
	color: #898989;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}
.dividers_5{
	border: none;
	border-top: 1px dashed #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	height:2px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_6{
	border:none;
	background:url(images/dividers_2.png) repeat-x left center;
	height:6px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	}
.dividers_7{
	border: none;
	border-top: 1px solid #D9D9D9;
	border-bottom:2px solid #D9D9D9;
	height:2px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}	
.dividers_8{
	border:none;
	background:url(images/dividers_3.png) repeat-x left center;
	height:7px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	}
	





