/*module*/

/*chart*/

.percentage {
	position: relative;
	color: #FFF;
	height: 185px;
	width: 185px;
	margin: 20px 0px 50px;
}

.percentage_inner {
	position: absolute;
	line-height: 1.5!important;
	text-align: center;
	width: 100%;
	font-size: 20px;
	padding-top: 60px;
}

.percentage i,
.percentage em {
	display: block;
	position: absolute;
	left: 100%;
	margin: -8px 0 0 0px;
	top: 50%;
	width: 53px;
	height: 17px;
	background: url(images/arrow_2.png) left top;
}

.chart_list {
	text-align: center;
	color: #8a8a8a;
}

.chart_list .percentage1 {
	position: relative;
	margin: auto auto 8px;
	width: 178px;
	height: 178px;
	line-height: 178px;
}

.chart_list .percentage1 .percentage_inner {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: #2e2e2e;
}

.chart_list h3 {
	font-size: 16px;
	color: #363839;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}

.chart_list_2 {
	text-align: center;
	color: #8a8a8a;
}

.chart_list_2 .percentage1 {
	position: relative;
	margin: auto auto 8px;
	width: 178px;
	height: 178px;
	line-height: 178px;
}

.chart_list_2 .percentage1 .percentage_inner {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	padding-top: 50px;
	font-size: 50px;
}

.chart_list_2 h3 {
	font-size: 16px;
	color: #363839;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}

.chart_list_3{
	text-align:center;
	color:#8a8a8a;
}
.chart_list_3 .percentage2,
.chart_list_3 .percentage3,
.chart_list_3 .percentage4,
.chart_list_3 .percentage5{
	position:relative;
	margin:auto auto 17px;
	width:186px;
	height:186px;
	line-height:186px;
}
.chart_list_3 .percentage2 .percentage_inner,
.chart_list_3 .percentage3 .percentage_inner,
.chart_list_3 .percentage4 .percentage_inner,
.chart_list_3 .percentage5 .percentage_inner{
	position:absolute;
	left:5px;
	top:5px;
	text-align:center;
	width:100%;
	font-size:40px;
	color:#f6f6f6;
	padding:0;
	width:156px;
	height:156px;
	line-height:156px !important;
	margin:10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.chart_list_3 h3{
	font-size:16px;
	color:#363839;
	padding:19px 0;
	margin:0;
	font-weight:normal;
}
.chart_color1 .percentage2{
	color:#3b9cf7;
}
.chart_color2 .percentage3{
	color:#5775f4;
}
.chart_color3 .percentage4{
	color:#4bc0b1;
}
.chart_color4 .percentage5{
	color:#8d6ceb;
}
.chart_list_3 .percentage2 .percentage_inner{
	background-color:#3b9cf7;
}
.chart_list_3 .percentage3 .percentage_inner{
	background-color:#5775f4;
}
.chart_list_3 .percentage4 .percentage_inner{
	background-color:#4bc0b1;
}
.chart_list_3 .percentage5 .percentage_inner{
	background-color:#8d6ceb;
}

.chart_list_4{
	text-align:center;
}
.chart_list_4 .percentage6,
.chart_list_4 .percentage7,
.chart_list_4 .percentage8,
.chart_list_4 .percentage9{
	position:relative;
	margin:15px auto 17px;
	width:180px;
	height:180px;
	line-height:180px;
}
.chart_list_4 .percentage6 .percentage_inner,
.chart_list_4 .percentage7 .percentage_inner,
.chart_list_4 .percentage8 .percentage_inner,
.chart_list_4 .percentage9 .percentage_inner{
	text-align:center;
	width:100%;
	font-size:40px;
	padding:0;
	width:180px;
	height:180px;
	line-height:180px !important;
}
.chart_list_4 h3{
	font-size:18px;
	color:#333333;
	padding:19px 0;
	margin:0;
	font-weight:normal;
}
.chart_color1 .percentage6{
	color:#3b9cf7;
}
.chart_color2 .percentage7{
	color:#5775f4;
}
.chart_color3 .percentage8{
	color:#4bc0b1;
}
.chart_color4 .percentage9{
	color:#8d6ceb;
}

@media only screen and (min-width: 1200px) {

.percentage i,
.percentage em {
	margin: -8px 0 0 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

.percentage {
	margin: 20px auto 50px;
}

.percentage i,
.percentage em {
	margin: -8px 0 0 55px;
}
}
@media only screen and (max-width: 767px) {
.percentage {
	margin: 20px auto 80px;
}

.percentage i,
.percentage em {
	left: 50%;
	top: 100%;
	margin: 12px 0 0 -8px;
	width: 17px;
	height: 53px;
	background: url(images/arrow_2.png) left bottom;
}
}

/*loaded_list*/

.loaded_list p {
	margin: 0px;
	color: #ffffff;
	padding: 11px 15px;
}

.loaded_list .progress {
	margin: 0 0 40px;
	height: auto;
	overflow: visible;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: transparent;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.6);
	font-size: 16px;
	color: #ffffff;
}

.loaded_list .progress .bar {
	height: 8px;
	line-height: 8px;
	margin: 0 0 -4px -1px;
	width: 0;
	transition: width ease-in 200ms;
	-moz-transition: width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: width ease-in 200ms; /* Opera */
	-ms-transition: width ease-in 200ms; /* IE9? */
}

.loaded_list .progress .bar span {
	padding-right: 5px;
}

.loaded_list .accentColor {
	background-color: #eb4e3b!important;
}

.loaded_list_1 p {
	margin: 0px;
	color: #363839;
	font-size: 16px;
	padding: 11px 15px;
	border: 1px solid #e9e8e8;
}

.loaded_list_1 .progress {
	margin: 0 0 40px;
	height: auto;
	overflow: visible;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.loaded_list_1 .progress .bar {
	height: 8px;
	line-height: 8px;
	margin: -4px 0 0 0px;
	width: 0;
	transition: width ease-in 200ms;
	-moz-transition: width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: width ease-in 200ms; /* Opera */
	-ms-transition: width ease-in 200ms; /* IE9? */
}

.loaded_list_1 .progress .bar span {
	padding-right: 5px;
}

.loaded_list_1 .accentColor {
	background-color: #eb4e3b!important;
}

.loaded_list_2 p{
	margin:0;
	padding:18px 0 12px;
	color:#333333;
	font-size:16px;
}
.loaded_list_2 p span{
	float:right;
}
.loaded_list_2 .progress{
	height:8px;
	margin:0 0 6px;
}
.loaded_list_2 .progress .bar{
	height:8px;
	line-height:8px;
	width:0;
	background-color:#3b9cf7;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition:width ease-in 200ms;
	-moz-transition:width ease-in 200ms; /* Firefox 4 */
	-webkit-transition:width ease-in 200ms; /* Safari and Chrome */
	-o-transition:width ease-in 200ms; /* Opera */
	-ms-transition:width ease-in 200ms; /* IE9? */
}

.loaded_list_3 p{
	margin:0;
	padding:26px 0 12px;
	color:#ffffff;
}
.loaded_list_3 p span{
	float:right;
	margin-right:10px;
}
.loaded_list_3 .progress{
	height:30px;
	margin:0 0 6px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.loaded_list_3 .progress .bar{
	height:30px;
	line-height:30px;
	width:0;
	transition:width ease-in 200ms;
	-moz-transition:width ease-in 200ms; /* Firefox 4 */
	-webkit-transition:width ease-in 200ms; /* Safari and Chrome */
	-o-transition:width ease-in 200ms; /* Opera */
	-ms-transition:width ease-in 200ms; /* IE9? */
}
.loaded_accent .progress .bar{
	background-color:#3b9cf7;
}
.loaded_color1 .progress .bar{
	background-color:#4bc0b1;
}

/*number_Animation*/

.number_Animation {
	text-align: center;
}

.number_Animation .glyphicons {
	font-size: 90px;
}

.number_Animation .number {
	display: block;
	text-align: center;
	font-size: 40px;
	font-style: italic;
	padding-right: 10px;
}

.number_Animation .number_box {
	border: 1px solid #e9e8e8;
	padding: 25px 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? */
}

.number_Animation .number_box:hover {
	background-color: #f7f7f7;
}

.number_Animation_2 {
	text-align: center;
	color: #999999;
	font-size: 20px;
}

.number_Animation_2 .number {
	display: block;
	text-align: center;
	font-size: 84px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 1;
}

.number_Animation_3 {
	text-align: center;
	color: #999999;
	font-size: 20px;
}

.number_Animation_3 .number_box {
	background-color: #FFF;
	padding: 55px 0;
	margin: 15px 0;
}

.number_Animation_3 .number {
	display: block;
	text-align: center;
	font-size: 40px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 1;
	font-weight: bold;
}

.number_Animation_3 .glyphicons {
	font-size: 90px;
}

.number_Animation_4{
	text-align:center;
}
.number_Animation_4 .glyphicons{
	font-size:58px;
	display:block;
	width:60px;
	height:60px;
	margin:auto;
}
.number_Animation_4 .number{
	font-size:60px;
}
.number_Animation_4 .unit {
	font-size:60px;
}

.number_Animation_5 .number_box{
	font-size:46px;
	color:#ffffff;
	font-weight:bold;
	width:169px;
	height:169px;
	line-height:169px;
	margin:9px auto 31px;
	border:8px solid #3b9cf7;
	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;
}
.number_Animation_5{
	color:#ffffff;
	text-align:center;
}
.number_Animation_5 h3{
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	padding:5px 0 14px;
}
.number_Animation_5 p a{
	text-transform:uppercase;
}

.number_bgcolor1{
	background-color:#9262ba;
}
.number_bgcolor2{
	background-color:#ec6965;
}
.number_bgcolor3{
	background-color:#4ebcb6;
}
.number_bgcolor4{
	background-color:#f2b128;
}
.number_bgcolor5{
	background-color:#5ebb60;
}
.number_bgcolor6{
	background-color:#6585ea;
}
.number_Animation_6{
	color:#ffffff;
	text-align:center;
	font-size:18px;
	line-height:1;
}
.number_Animation_6 .number_box{
	padding:105px 0;
}
.number_Animation_6 .number{
	font-size:80px;
	display:block;
}
.number_Animation_6 .line{
	width:60px;
	height:1px;
	margin:12px auto 24px;
	background-color:#ffffff;
}
@media only screen and (max-width: 767px) {
.number_Animation_6 .number{
	font-size:45px;
}
.number_Animation_6 .number_box{
	padding:60px 0;
}
}

/*blockquote*/

blockquote {
	font-style: italic;
	color: #848484;
	position: relative;
	border: none;
}

blockquote p {
	font-size: 13px;
	line-height: 1.8;
	text-indent: 50px;
	margin: 0;
}

blockquote small {
	display: block;
	line-height: 18px;
	font-size: 12px;
	position: absolute;
	bottom: -42px;
	left: 20%;
	padding: 24px 0 0 30px;
}

/*Testimonials*/

.Testimonials_tab {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	min-height: 20px;
	transition: height ease-in 200ms;
	-moz-transition: height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: height ease-in 200ms; /* Opera */
	-ms-transition: height ease-in 200ms; /* IE9? */
}

.Testimonials_tab img {
	max-width: 100%;
}

.Testimonials_tab li {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	list-style: none;
}

.Testimonials_tab .last_page,
.Testimonials_tab .next_page {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 28px;
	line-height: 28px;
	width: 28px;
	border: 1px solid #e9e8e8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #e9e8e8;
	font-family: Helvetica;
	top: auto;
	bottom: 14px;
	left: auto;
	right: 0;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_tab .last_page {
	right: 32px;
}

.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover {
	text-decoration: none;
}

.Testimonials_tab .dot {
	position: absolute;
	bottom: 0;
}

.Testimonials_tab .dot a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 0;
	text-indent: -999px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

*+html .Testimonials_tab .dot a {
	display: inline;
}

.Testimonials_tab .dot a.actived:before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
}

.Testimonials_1 {
	border: 1px solid #e9e8e8;
}

.Testimonials_1 blockquote {
	min-height: 140px;
	padding: 20px 20px 20px 160px;
}

.Testimonials_1 .pic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 20px 20px;
}

.Testimonials_1 .pic img {
	max-width: 100%;
	border: 1px solid #eae9e9;
	padding: 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.Testimonials_1 blockquote small {
	position: static;
	padding: 20px 20px 20px 0;
	float: right;
	text-align: center;
	font-style: normal;
	font-size: 14px;
}

.Testimonials_1 blockquote small span {
	display: block;
	padding-bottom: 5px;
}

.Testimonials_1 blockquote small:before {
	content: "";
}

.Testimonials_1 .dot {
	left: 160px;
	bottom: 28px;
}

.Testimonials_1 .last_page {
	left: 160px;
	bottom: 28px;
}

.Testimonials_1 .next_page {
	left: 193px;
	bottom: 28px;
}

.Testimonials_2 {
}

.Testimonials_2 blockquote {
	padding: 0;
}

.Testimonials_2 blockquote p {
	border: 1px solid #e9e8e8;
	padding: 20px 25px 70px 25px;
	text-indent: 0;
	min-height: 180px;
}

.Testimonials_2 blockquote p:before {
	content: '"';
	font-size: 20px;
	padding-right: 4px;
	margin-left: -10px;
}

.Testimonials_2 blockquote small {
	padding: 20px 20px 20px 30px;
	font-style: normal;
	font-size: 14px;
	position: relative;
	left: 0;
	top: 0;
}

.Testimonials_2 small img {
	border: 1px solid #eae9e9;
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
	padding: 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.Testimonials_2 blockquote small span {
	display: block;
	padding: 16px 0 5px;
}

.Testimonials_2 blockquote small:before {
	content: "";
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
	width: 12px;
	height: 12px;
	position: absolute;
	background: #FFF;
	top: -6px;
	left: 65px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.Testimonials_2 .dot {
	left: 25px;
	bottom: 145px;
}

.Testimonials_2 .last_page {
	left: 25px;
	bottom: 145px;
}

.Testimonials_2 .next_page {
	left: 70px;
	bottom: 145px;
}

.Testimonials_3 {
}

.Testimonials_3 blockquote {
	padding: 0 130px 0 0;
}

.Testimonials_3 blockquote p {
	border: 1px solid #e9e8e8;
	padding: 20px 25px 70px 25px;
	text-indent: 0;
}

.Testimonials_3 blockquote p:before {
	content: '"';
	font-size: 20px;
	padding-right: 4px;
	margin-left: -10px;
}

.Testimonials_3 blockquote small {
	padding: 0;
	font-style: normal;
	font-size: 14px;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	text-align: center;
	width: 130px;
}

.Testimonials_3 small img {
	border: 1px solid #eae9e9;
	width: 80px;
	height: 80px;
	padding: 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.Testimonials_3 blockquote small span {
	display: block;
	padding: 16px 0 5px;
}

.Testimonials_3 blockquote small:before {
	content: "";
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
	width: 12px;
	height: 12px;
	position: absolute;
	background: #FFF;
	top: 40px;
	left: -6px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}

.Testimonials_3 .dot {
	left: 25px;
	bottom: 45px;
}

.Testimonials_3 .last_page {
	left: 25px;
	bottom: 28px;
}

.Testimonials_3 .next_page {
	left: 60px;
	bottom: 45px;
}

.Testimonials_4{
	text-align:center;
}
.Testimonials_4 blockquote{
	padding:0;
	margin:0;
	font-style:normal;
}
.Testimonials_4 blockquote p{
	padding:0 10%;
	text-indent:0;
	color:#ffffff;
	font-style:normal;
}
.Testimonials_4 blockquote small {
	padding:33px 0 0;
	font-style:normal;
	font-size:14px;
	position:relative;
	left:0;
	top:0;
	color:#ffffff;
}
.Testimonials_4 small img {
	width:100px;
	height:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.Testimonials_4 blockquote small span {
	display:block;
	padding:28px 0 8px;
	font-size:16px;
}
.Testimonials_4 blockquote small:before {
	content:"";
}
.Testimonials_4 .last_page,
.Testimonials_4 .next_page{
	border:none;
	width:50px;
	height:50px;
	font-size:0;
}
.Testimonials_4 .last_page:before,
.Testimonials_4 .next_page:before{
	content:"";
	position:absolute;
	top:12px;
	left:18px;
	width:25px;
	height:25px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}
.Testimonials_4 .next_page:before{
	left:auto;
	right:18px;
	border-left:none;
	border-right:1px solid #ffffff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}
.Testimonials_4 .last_page {
	left:50%;
	bottom:96px;
	margin:0 0 0 -125px;
}
.Testimonials_4 .next_page {
	left:50%;
	bottom:96px;
	margin:0 0 0 75px;
}
.Testimonials_4 .last_page:hover,
.Testimonials_4 .next_page:hover{
	border:none !important;
	color:#ffffff !important;
}

.Testimonials_5 blockquote{
	background:none;
	padding:0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_5 blockquote p{
	padding:0 10%;
	text-align:center;
	color:#ffffff;
	font-style:normal;
	text-indent:0;
	position:relative;
}
.Testimonials_5 blockquote p:before{
	content:'"';
	position:absolute;
	top:50%;
	left:0;
	font-size:80px;
	line-height:1;
	margin-top:-20px;
}
.Testimonials_5 blockquote p:after{
	content:'"';
	position:absolute;
	top:50%;
	right:0;
	font-size:80px;
	line-height:1;
	margin-top:-20px;
}
.Testimonials_5 .Pic{
	width:100px;
	height:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align:middle;
	display:block;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	text-indent:0;
}
.Testimonials_5 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#ffffff;
	font-style:normal;
	padding:34px 0 45px;
	width:100%;
	text-align:center;
}
.Testimonials_5 small:before{
	content:" ";
}
.Testimonials_5 small span{
	display:block;
	font-weight:bold;
	margin-top:4px;
	text-transform:uppercase;
}
.Testimonials_5 .last_page,
.Testimonials_5 .next_page{
	width:40px;
	height:40px;
	line-height:40px;
	bottom:75px;
	left:50%;
	margin:0 0 0 -105px;
	color:#ffffff;
	background:none;
	border:1px solid #ffffff;
	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? */
}
.Testimonials_5 .next_page{
	margin:0 0 0 65px;
}
.Testimonials_5 .last_page:hover,
.Testimonials_5 .next_page:hover{
	background-color:#ffffff;
	color:#3b9cf7;
	border-color:#ffffff !important;
}
.Testimonials_5 .dot{
	width:100%;
	text-align:center;
}
.Testimonials_5 .dot a{
	border:2px solid #ffffff !important;
	width:13px;
	height:13px;
	overflow:visible;
}
.Testimonials_5 .dot a.actived{
	width:13px;
	height:13px;
	background:#ffffff;
}
.Testimonials_5 .dot a.actived:before{
	display:none;
}

@media only screen and (max-width: 767px) {
	.Testimonials_4 blockquote p{
		padding:0;
	}
}

/* horizontalTab_Top*/

.horizontalTab_Top_1 {
	padding-bottom: 15px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover {
	margin-right: 10px;
	border: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
	padding: 12px 35px;
	font-size: 14px;
	color: #FFF;
}

.horizontalTab_Top_1 ul.resp-tabs-list li:first-child {
	border: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
	border-bottom: none;
	margin-top: -2px;
	border-left: 1px solid #f2f1f1;
	border-right: 1px solid #f2f1f1;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e!important;
	background-color: #FFF;
}

.horizontalTab_Top_1 .resp-tabs-container {
	border: 1px solid #f2f1f1;
	background-color: #FFF;
}

.horizontalTab_Top_1 .Tab_ico {
	float: left;
	width: 96px;
	height: 96px;
	line-height: 105px;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	margin: 10px 25px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}

.horizontalTab_Top_1 .Tab_ico:before {
	content: "";
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	z-index: 0
}

.horizontalTab_Top_1 .Tab_ico * {
	z-index: 1;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.horizontalTab_Top_2 {
	padding-bottom: 15px;
}

.horizontalTab_Top_2 ul.resp-tabs-list li,
.horizontalTab_Top_2 ul.resp-tabs-list li:hover {
	margin: 0 0px 3px 0;
	border: 1px solid #f2f1f1;
	border-right: none;
}

.horizontalTab_Top_2 ul.resp-tabs-list li:last-child {
	border: 1px solid #f2f1f1;
}

.horizontalTab_Top_2 ul.resp-tabs-list li span,
.horizontalTab_Top_2 ul.resp-tabs-list li:hover span {
	padding: 12px 35px;
	font-size: 14px;
	color: #363839!important;
	background: none;
}

.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
	color: #FFF!important;
}

.horizontalTab_Top_2 .resp-tabs-container {
	background-color: #FFF;
	border: 1px solid #f2f1f1;
}

.horizontalTab_Top_3 {
	padding-bottom: 15px;
}

.horizontalTab_Top_3 ul.resp-tabs-list li,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover {
	border: 1px solid #f2f1f1;
	border-left: none;
}

.horizontalTab_Top_3 ul.resp-tabs-list li span,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
	padding: 12px 30px;
	font-size: 14px;
	background-color: #f7f5f5;
	color: #363839;
	border-top: 2px solid transparent;
}

.horizontalTab_Top_3 ul.resp-tabs-list li:first-child {
	border-left: 1px solid #f2f1f1;
}

.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active {
}

.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e!important;
	background-color: #FFF;
}

.horizontalTab_Top_3 .resp-tabs-container {
	border: 1px solid #f2f1f1;
	background-color: #FFF;
}

.horizontalTab_Top_3 .resp-tabs-container .resp_margin {
	padding: 10px 15px;
}

.horizontalTab_Top_3 .Tab_ico {
	float: left;
	width: 96px;
	height: 96px;
	line-height: 105px;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	margin: 10px 25px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}

.horizontalTab_Top_3 .Tab_ico:before {
	content: "";
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	z-index: 0
}

.horizontalTab_Top_3 .Tab_ico * {
	z-index: 1;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.horizontalTab_Top_4 {
	padding-bottom: 15px;
}

.horizontalTab_Top_4 ul.resp-tabs-list li,
.horizontalTab_Top_4 ul.resp-tabs-list li:hover {
	border: none;
	background: none;
}

.horizontalTab_Top_4 ul.resp-tabs-list li span,
.horizontalTab_Top_4 ul.resp-tabs-list li:hover span {
	padding: 12px 35px;
	font-size: 14px;
	color: #363839;
}

.horizontalTab_Top_4 ul.resp-tabs-list li:first-child {
	border: none;
}

.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active {
}

.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span {
	color: #FFF!important;
}

.horizontalTab_Top_4 .resp-tabs-container {
	background-color: #FFF;
}

.horizontalTab_Top_4 .resp-tabs-container .resp_margin {
	padding: 10px 15px;
}

.horizontalTab_Top_4 .Tab_ico {
	float: left;
	width: 96px;
	height: 96px;
	line-height: 105px;
	text-align: center;
	font-size: 40px;
	color: #FFF;
	margin: 10px 25px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}

.horizontalTab_Top_4 .Tab_ico:before {
	content: "";
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	z-index: 0
}

.horizontalTab_Top_4 .Tab_ico * {
	z-index: 1;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.horizontalTab_Top_5 {
	padding-bottom: 15px;
}

.horizontalTab_Top_5 ul.resp-tabs-list li,
.horizontalTab_Top_5 ul.resp-tabs-list li:hover {
	border: none;
	background: none;
	margin:0 16px 0 0;
}

.horizontalTab_Top_5 ul.resp-tabs-list li span,
.horizontalTab_Top_5 ul.resp-tabs-list li:hover span {
	padding: 12px 35px;
	font-size: 17px;
	color: #323232;
	background-color:#f3f3f3;
}

.horizontalTab_Top_5 ul.resp-tabs-list li:first-child {
	border: none;
}

.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active {
}

.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active span {
	color: #FFF!important;
	background-color:#3b9cf7;
}

.horizontalTab_Top_5 .resp-tabs-container {
	background-color: #FFF;
	border:1px solid #cecece;
}

.horizontalTab_Top_5 .resp-tabs-container .resp_margin {
	padding: 25px 15px 15px;
}

/* verticalTab_Left*/

.verticalTab_Left_1 {
	padding-bottom: 15px;
}

.verticalTab_Left_1 .resp-tab-content {
	border: none;
	clear: both;
}

.verticalTab_Left_1 .resp_container .resp_margin {
	border: 1px solid #f2f1f1;
	padding: 25px;
	margin: 0;
	background: #FFF!important;
	clear: both;
}

.verticalTab_Left_1 .resp_container .resp_margin:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
	background: none!important;
}

.verticalTab_Left_1 ul.resp-tabs-list {
	border-top: 1px solid #f2f1f1;
	border-bottom: 1px solid #f2f1f1;
}

.verticalTab_Left_1 ul.resp-tabs-list li {
	border-top: 1px solid #f2f1f1;
	border-left: 1px solid #f2f1f1;
	padding-left: 1px;
	margin: 0 -1px 0px 0;
	background: none;
}

.verticalTab_Left_1 ul.resp-tabs-list li span,
.verticalTab_Left_1 ul.resp-tabs-list li:hover span {
	padding: 13px 15px!important;
	margin: 0px;
	border: none;
	background: none;
	color: #363839;
	font-size: 15px;
}

.verticalTab_Left_1 ul.resp-tabs-list li:first-child {
}

.verticalTab_Left_1 ul.resp-tabs-list {
	padding: 0px;
}

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active {
	margin-right: -1px;
	color: #FFF;
}

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
	color: #FFF;
}

.verticalTab_Left_1 .Tab_img {
	float: left;
	padding: 0px 15px 0 0;
}

@media only screen and (max-width: 797px) {
.verticalTab_Left_1 .resp_container .resp_margin {
	border-bottom: none;
}

.horizontalTab_Top_1 .resp-tabs-container,
.horizontalTab_Top_2 .resp-tabs-container,
.horizontalTab_Top_3 .resp-tabs-container,
.horizontalTab_Top_4 .resp-tabs-container {
	border: none;
	border-bottom: 1px solid #f2f1f1;
}
}

/* **********  accordion  ************** */	
.panel-title{
   line-height:18px;}

.accordion_1 .panel-default {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_1 .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}

.accordion_1 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0 20px 15px;
}

.accordion_1 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 20px;
	display: block;
}

.accordion_1 .panel-default > .panel-heading a.collapsed {
	color: #8a8a8a;
	background-color: #f7f5f5;
}

.accordion_1 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.accordion_1 .panel-default .accordion_icon {
	background: url(images/accordion_ico.png) no-repeat 0px -53px;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	float: right;
}

.accordion_1 .panel-default .collapsed .accordion_icon {
	background-position: 0px 0px;
}

.accordion_2 .panel-default {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_2 .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}

.accordion_2 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0 20px 15px;
}

.accordion_2 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 15px 15px 20px;
	display: block;
}

.accordion_2 .panel-default > .panel-heading a.collapsed {
	color: #8a8a8a;
	background-color: #f7f5f5;
}

.accordion_2 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.accordion_2 .panel-default .accordion_icon {
	background: url(images/accordion_ico.png) no-repeat -33px -47px;
	width: 22px;
	height: 22px;
	margin-top: -1px;
	float: right;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.accordion_2 .panel-default .collapsed .accordion_icon {
	background-color: #ffffff;
	background-position: 5px 5px;
}

.accordion_3 .panel-default {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_3 .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}

.accordion_3 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 55px 15px 20px;
	display: block;
	position: relative;
}

.accordion_3 .panel-default > .panel-heading a.collapsed {
	color: #8a8a8a;
}

.accordion_3 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.accordion_3 .panel-default .accordion_icon {
	background: url(images/accordion_ico.png) no-repeat -20px -35px;
	width: 52px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.accordion_3 .panel-default .collapsed .accordion_icon {
	background-color: #f7f5f5;
	border-left: 1px solid #e9e8e8;
	background-position: 19px 19px;
}

.accordion_4 .panel-default {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_4 .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}

.accordion_4 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 20px 15px 65px;
	display: block;
	position: relative;
}

.accordion_4 .panel-default > .panel-heading a.collapsed {
	color: #8a8a8a;
}

.accordion_4 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.accordion_4 .panel-default .accordion_icon {
	background: url(images/accordion_ico.png) no-repeat -19px -35px;
	width: 52px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.accordion_4 .panel-default .collapsed .accordion_icon {
	background-color: #f7f5f5;
	border-right: 1px solid #e9e8e8;
	background-position: 20px 19px;
}

.accordion_4 .panel-heading + .panel-collapse .panel-body {
	padding: 15px 20px 15px 65px;
}

.accordion_5 .panel-default {
	background-color: #FFF;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.accordion_5 .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}

.accordion_5 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0 20px 15px 55px;
	color: #FFF;
}

.accordion_5 .panel-default > .panel-heading a {
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	padding: 15px 15px 15px 20px;
	display: block;
}

.accordion_5 .panel-default > .panel-heading a.collapsed {
	color: #8a8a8a;
	background-color: #FFF;
}

.accordion_5 .panel-default > .panel-heading a:hover {
	color: #FFF;
	text-decoration: none;
}

.accordion_5 .panel-default > .panel-heading a.collapsed:hover {
}

.accordion_5 .panel-default .accordion_icon {
	background: url(images/accordion_ico.png) no-repeat 7px -45px #ffffff;
	width: 25px;
	height: 25px;
	margin: -3px 10px 0 0;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.accordion_5 .panel-default .collapsed .accordion_icon {
	background-color: #f7f5f5;
	border: 1px solid #e9e8e8;
	background-position: 6px 6px;
}

.accordion_6 .panel-default {
	background-color: #FFF;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow: none;               /* For Firefox3.6+ */
	-webkit-box-shadow: none;            /* For Chrome5+, Safari5+ */
	box-shadow: none;
}

.accordion_6 .panel-default > .panel-heading {
	background: transparent;
	padding: 0px;
}

.accordion_6 .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0 0px 15px 44px;
	background-color: #ffffff;
	color: #8a8a8a;
}

.accordion_6 .panel-default > .panel-heading a {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 0px;
	display: block;
	background-color: #FFF;
}

.accordion_6 .panel-default > .panel-heading a.collapsed {
	color: #8a8a8a;
	background-color: #FFF;
}

.accordion_6 .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.accordion_6 .panel-default > .panel-heading a.collapsed:hover {
}

.accordion_6 .panel-default .accordion_icon {
	background: url(images/accordion_ico.png) no-repeat -28px -41px;
	width: 33px;
	height: 33px;
	margin: -8px 10px 0 0;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.accordion_6 .panel-default .collapsed .accordion_icon {
	background-color: #FFF;
	border: 1px solid #e9e8e8;
	background-position: 10px 10px;
}

.accordion_7 .panel-default{
	background-color:#FFF;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;
}
.accordion_7 .panel-default > .panel-heading{
	background:transparent;
	padding:0px;
	border-bottom:1px solid #d0d0d0;
}
.accordion_7 .panel-heading + .panel-collapse .panel-body{
	border:none;
	padding:20px 0px;
	background-color:#ffffff;
	color:#8a8a8a;
}
.accordion_7 .panel-default > .panel-heading a{
	font-size:15px;
	font-weight:normal;
	padding:20px 0px;
	display:block;
	background-color:#FFF;
	color:#3b9cf7;
}
.accordion_7 .panel-default > .panel-heading a.collapsed{
	color:#8a8a8a;
	background-color:#FFF;
}
.accordion_7 .panel-default > .panel-heading a:hover{
	text-decoration:none;
	color:#3b9cf7;
}
.accordion_7 .panel-default > .panel-heading a.collapsed:hover{
	color:#3b9cf7;
}
.accordion_7 .panel-default .accordion_icon{
	width:33px;
	height:33px;
	margin:-8px 10px 0 0;
	float:left;
	font-size:22px;
	border:1px solid #3b9cf7;
	background-color:#FFF;
	position:relative;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.accordion_7 .panel-default .collapsed .accordion_icon{
}
.accordion_7 .accordion_icon:before{
	content:"\002B";
	top:50%;
	left:50%;
	margin:-9px 0 0 -6px;
	position:absolute;
	color:#3b9cf7;
}
.accordion_7 .panel-title a .accordion_icon:before{
	content:"\2212";
}
.accordion_7 .panel-title a.collapsed .accordion_icon:before{
	content:"\002B";
}

.accordion_8 .panel-default{
	background-color:#FFF;
	border:1px solid #dddddd;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;
	position:relative;
}
.accordion_8 .panel + .panel{
	margin-top:40px;
}
.accordion_8 .panel-default > .panel-heading{
	background:transparent;
	padding:0px;
	position:relative;
}
.accordion_8 .panel-default > .panel-heading:before{
	content:"";
	position:absolute;
	top:50%;
	left:-5px;
	height:9px;
	width:9px;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin:-5px 0 0;
	background-color:#ffffff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
}
.accordion_8 .panel-heading + .panel-collapse .panel-body{
	border:none;
	padding:0 30px 30px;
	background-color:#ffffff;
	color:#8a8a8a;
}
.accordion_8 .panel-heading + .panel-collapse .panel-body  p{
	padding:18px 0 15px;
}
.accordion_8 .panel-heading + .panel-collapse .panel-body  a{
	line-height:20px;
}
.accordion_8 .panel-default > .panel-heading a{
	font-size:18px;
	font-weight:normal;
	padding:20px 30px;
	display:block;
	color:#010101;
	background-color:#FFF;
}
.accordion_8 .panel-default > .panel-heading a.collapsed{
	color:#010101;
	background-color:#FFF;
}
.accordion_8 .panel-default > .panel-heading a:hover{
	text-decoration:none;
}
.accordion_8 .panel-default > .panel-heading a.collapsed:hover{
}
.accordion_8 .panel-default .accordion_icon{
	background:url(images/accordion_ico.png) no-repeat -25px -38px;
	background-color:#3b9cf7;
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:-80px;
	margin-top:-20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.accordion_8 .panel-default .collapsed .accordion_icon{
	background-position:-25px 15px;
}
.accordion_date{
	position:absolute;
	top:50%;
	left:-205px;
	margin-top:-10px;
	height:20px;
	line-height:20px;
	color:#8a8a8a;
}
@media only screen and (max-width: 767px) {
.accordion_8 .panel-default > .panel-heading a{
	padding:15px;
	font-size:14px;
}
.accordion_8 .panel-default .accordion_icon{
	width:30px;
	height:30px;
	left:-48px;
	margin-top:-15px;
	background-position:-30px -43px;
}
.accordion_8 .panel-default .collapsed .accordion_icon{
	background-position:-30px 10px;
}
.accordion_date{
	left:0;
	top:-30px;
	margin-top:0;
}
.accordion_8 .panel-heading + .panel-collapse .panel-body{
	padding:0 15px 15px;
}
}


/*quotes*/
.mark{
    padding:0;
}

.quotes_1 blockquote {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #8f8f8f;
	text-indent: 0px;
	padding: 25px 35px;
	margin: 0 0 8px;
}

.quotes_1 blockquote p {
	text-indent: 0px;
	color: #8f8f8f;
}

.quotes_1 blockquote small {
	position: static;
	color: #5e5e5e;
	padding: 20px 0 0;
}

.quotes_1 blockquote span.mark {
	font-size: 20px;
	position: absolute;
	top: 25px;
	left: 20px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif!important;
	font-style: italic!important;
}

*+html .quotes_1 blockquote span.mark {
	text-indent: -15px!important;
}

.quotes_2 blockquote {
	background: #FFF;
	border: 1px solid #ebebeb;
	border-left: 2px solid #3b9cf7;
	color: #8f8f8f;
	text-indent: 0px;
	padding: 25px 35px;
	margin: 0 0 8px;
}

.quotes_2 blockquote p {
	text-indent: 20px;
	position: relative;
	z-index: 1;
	color: #8f8f8f;
}

.quotes_2 blockquote small {
	position: static;
	color: #5e5e5e;
	padding: 20px 0 0;
	text-align: right;
}

.quotes_2 blockquote span.mark {
	font-size: 120px;
	position: absolute;
	top: -15px;
	left: 10px;
	color: #d2d2d2;
	line-height: normal;
	z-index: 0;
	font-family: Tahoma, Geneva, sans-serif!important;
	font-style: italic!important;
	text-indent: 0px!important;
}

*+html .quotes_2 blockquote span.mark {
	text-indent: -75px!important;
	top: -5px;
}

.quotes_3 blockquote {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #FFF;
	text-indent: 0px;
	padding: 25px 35px;
	margin: 0 0 8px;
	background-color: #3b9cf7;
}

.quotes_3 blockquote p {
	text-indent: 30px;
	color: #FFF;
}

.quotes_3 blockquote small {
	position: static;
	color: #FFF;
	padding: 20px 0 0;
	text-align: right;
}

.quotes_3 blockquote span.mark {
	font-size: 84px;
	position: absolute;
	top: 8px;
	left: 25px;
	color: #FFF;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif!important;
}

*+html .quotes_3 blockquote span.mark {
	text-indent: -55px!important;
	top: 10px;
}

.quotes_4 blockquote {
	background: #FFF;
	color: #8f8f8f;
	text-indent: 0px;
	padding: 25px 00px;
	margin: 0 0 8px;
}

.quotes_4 blockquote p {
	text-indent: 45px;
	color: #8f8f8f;
}

.quotes_4 blockquote small {
	position: static;
	padding: 20px 0 0;
	color: #5e5e5e;
}

.quotes_4 blockquote span.mark {
	font-size: 103px;
	position: absolute;
	top: -2px;
	left: -10px;
	color: #d2d2d2;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-style: italic!important;
}

*+html .quotes_4 blockquote span.mark {
	text-indent: -55px!important;
	top: 0px;
}

/*dropcaps*/

.dropcaps_1 {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 45px;
	color: #666666;
}

.dropcaps_2 {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 45px;
}

.dropcaps_3 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 10px 8px 5px 0px;
	text-align: center;
	float: left;
	font-size: 36px;
	color: #666666;
	background: #f2f2f2;
}

.dropcaps_4 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 10px 8px 5px 0px;
	text-align: center;
	float: left;
	font-size: 36px;
	background: #f2f2f2;
}

.dropcaps_5 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 10px 8px 5px 0px;
	text-align: center;
	float: left;
	font-size: 36px;
	color: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.dropcaps_6 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 10px 8px 5px 0px;
	text-align: center;
	float: left;
	font-size: 36px;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*dividers*/

.dividers_1 {
	border: none;
	border-bottom: 1px solid #ebebeb;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_2 {
	border: none;
	border-bottom: 1px dashed #d7d7d7;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_3 {
	border: none;
	border-bottom: 3px double #ebebeb;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_4 {
	border: none;
	border-bottom: 2px solid #3b9cf7;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_5 {
	border: none;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	height: 2px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.dividers_6 {
	border: none;
	height: 1px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	background: #ebebeb;
	background: -ms-linear-gradient(#ebebeb, #ebebeb 50%, #FFF 77%);
	background: -o-linear-gradient(#ebebeb, #ebebeb 50%, #FFF 77%);
	background: -moz-radial-gradient(#ebebeb, #ebebeb 50%, #FFF 77%);
	background: -webkit-radial-gradient(#ebebeb, #ebebeb 50%, #FFF 77%);
	margin: 5px 0;
}

.dividers_7 {
	border: none;
	height: 3px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	background: #ebebeb;
	background: -ms-linear-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
	background: -o-linear-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
	background: -moz-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
	background: -webkit-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
	margin: 5px 0;
}

.dividers_8 {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.dividers_8 .glyphicons {
	background-color: #3b9cf7;
	width: 50px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 5px 0;
}

.dividers_8:before,
.dividers_8:after {
	content: "";
	border-bottom: 3px solid #eaeaea;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -30px;
}

.dividers_8:after {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: -30px;
}

.dividers_9 {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.dividers_9 span {
	width: 9px;
	height: 9px;
	line-height: 10px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #a8a8a8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 5px 0;
}

.dividers_9:before,
.dividers_9:after {
	content: "";
	border-bottom: 1px solid #a8a8a8;
	width: 112px;
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: 4px;
}

.dividers_9:after {
	left: auto;
	right: 50%;
	margin-left: auto;
	margin-right: 4px;
}

.dividers_10 {
	margin: 10px;
	width: 192px;
	height: 0;
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.dividers_10:after {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #d1d1d1;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: -6px;
	left: -10px;
}

.dividers_11 {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.dividers_11 span {
	width: 9px;
	height: 9px;
	line-height: 10px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border: 1px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 5px 0;
}

.dividers_11:before,
.dividers_11:after {
	content: "";
	border-bottom: 1px solid #FFF;
	width: 112px;
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: 4px;
}

.dividers_11:after {
	left: auto;
	right: 50%;
	margin-left: auto;
	margin-right: 4px;
}

.dividers_12 {
	width:45px;
	height:0;
	border-bottom:2px solid #616161;
	margin:5px auto;
}

/*list*/

.list_style1 {
	margin: 0px;
	padding: 0px;
}

.list_style1 li {
	list-style: none;
	padding: 3px 0px;
}

.list_style1 li .glyphicons,
.list_style1 li .social {
	margin-right: 5px;
}

.list_style1 li a,
.list_style1 li a:link,
.list_style1 li a:active,
.list_style1 li a:visited {
	color: #888888;
}

.list_style1 li a:hover {
}

.list_style2 {
	margin: 0px;
	padding: 10px 0;
}

.list_style2 li {
	list-style: none;
	padding: 7px 0;
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

*+html .list_style2 li {
	display: inline;
}

.list_style2 li .ico {
	width: 21px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 5px 2px 0;
	font-size: 12px;
	position: relative;
}

.list_style3 {
	margin: 0;
	padding: 0;
}

.list_style3 li {
	list-style: none;
	padding: 3px 0 3px 15px;
	position: relative;
}

.list_style3 li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.list_style4 {
	margin: 0;
	padding: 0;
}

.list_style4 li {
	list-style: none;
	padding: 6px 0;
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	vertical-align: top;
}

.list_style4 li b,
.list_style4 li strong {
	color: #707070;
}

.list_style5 {
	margin: 0;
	padding: 10px 0;
}

.list_style5 li {
	list-style: none;
	padding: 9px 0;
}

.list_style5 li .glyphicons {
	width: 39px;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	background-color: #3b9cf7;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin-right: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.list_style6 {
	margin: 0px;
	padding: 0px;
}

.list_style6 li {
	list-style: none;
	padding: 8px 0px;
	font-size: 14px;
}

.list_style6 li a,
.list_style6 li a:link,
.list_style6 li a:active,
.list_style6 li a:visited {
	color: #888888;
}

.list_style6 li a:hover {
	color: #3b9cf7;
	text-decoration: none;
}

.list_style6 li .glyphicons,
.list_style6 li .social {
	margin-right: 8px;
}

.list_style7{
	margin:0px;
	padding:0px;
}
.list_style7 li{
	list-style:none;
	padding:3px 0;
	color:#8a8a8a;
	font-size:14px;
}
.list_style7 li .glyphicons  {
	color:#3b9cf7;
	vertical-align:middle;
	margin:0 5px 2px 0 ;
}
.list_style8 {
	position:relative;
	padding-left:110px;
}
.list_style8 .ico{
	position:absolute;
	left:5px;
	border:1px solid #3b9cf7;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.list_style8 .ico span {
	display:block;
	height:64px;
	width:64px;
	line-height:64px;
	text-align:center;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	background-color:#3b9cf7;
	margin:2px;
}
.list_style8 .title{
	font-size:16px;
	color:#333333;
	padding:6px 0;
	position:relative;
	margin-bottom:8px;
}
.list_style8 .title:after{
	content:"";
	display:block;
	border-bottom:1px solid #3b9cf7;
	width:30px;
	position:absolute;
	top:100%;
	left:0;
}
.list_style8 ul {
	margin:0 0 8px;
	padding:0;
}
.list_style8 ul li {
	list-style:none;
	padding:2px 0;
}
.list_style8 ul li span.glyphicons{
	margin-right:3px;
	color:#3b9cf7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.list_style8 .ico {
		position:static;
		margin-bottom:10px;
		display:inline-block;
	}
	.list_style8{
		padding-left:0;
	}
}

@media only screen and (max-width: 767px) {
.list_style2 li {
	width: 100%;
	margin-right: 0;
	display: block;
}
}

/*******price*******/
 
.price-table:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.price-table {
	display: inline-block;
}

.price-table {
	display: block;
}

.price-table {
	padding: 28px 0px 28px 0px;
}

.price-table [class*="span"] {
	margin-bottom: 15px;
}

.price-table .col {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.price-table.col2 .col {
	width: 50%;
}

.price-table.col3 .col {
	width: 33.3333%;
}

.price-table.col4 .col {
	width: 25%;
}

.price-table.col5 .col {
	width: 20%;
}

*+html .price-table.col2 .col {
	width: 49.9%;
}

*+html .price-table.col3 .col {
	width: 33.33%;
}

*+html .price-table.col4 .col {
	width: 24.9%;
}

*+html .price-table.col5 .col {
	width: 19.9%;
}

.price-table .col:hover {
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
}

.price-table .col.best_value {
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;                    /* For Latest Opera */
	margin-top: -38px;
}

.price-table .col.best_value .price_title {
	padding-top: 30px;
	padding-bottom: 26px;
	background: none;
	color: #FFF !important;
}

.price-table .col.best_value .price_title h2 {
	color: #FFF !important;
}

.price-table .col.best_value .price_holder {
	padding-bottom: 22px;
}

.price_title {
	color: #444444;
	border: 1px solid #e9e8e8;
	padding-top: 15px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	position: relative;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.price-table .price_title h2 {
	margin: 0px;
	font-weight: normal;
}

.price-table .col:hover .price_title {
}

.price-table .col:nth-of-type(2n+1) .price_title {
}

.price-table .col:first-child .price_holder {
	margin-left: 0px;
}

.price-table .price_holder {
	border: 1px solid #e9e8e8;
	margin: 0 0 0 -1px;
	min-height: 300px;
	padding-bottom: 12px;
}

.price-table .col:hover .price_holder {
}

.price-table .price_box {
	color: #444444;
	padding: 20px 0px 25px 0px;
}

.price-table .sup {
	font-size: 28px;
	line-height: 34px;
	vertical-align: top;
}

.price-table .price {
	font-size: 48px;
	line-height: 50px;
}

.price-table .price_holder ul {
	margin: 0px 0px 13px 0px;
	padding: 0px;
	border-bottom: 1px solid #e9e8e8;
}

.price-table .price_holder ul li {
	list-style: none;
	border-top: 1px solid #e9e8e8;
	padding: 12px 0;
}

.price-table a.btn {
	border: none;
	background: transparent;
	color: #FFF;
	text-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 5px 20px;
	font-family: 'Open Sans', sans-serif;
	transition: all ease-in 200ms !important;
	-moz-transition: all ease-in 200ms !important; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms !important; /* Safari and Chrome */
	-o-transition: all ease-in 200ms !important; /* Opera */
	-ms-transition: all ease-in 200ms !important; /* IE9? */
}

.price-table a.btn:hover {
	background-color: #525252;
}

.price-table a.btn {
	color: #FFF;
	margin-top: 10px;
	position: relative;
	font-size: 15px;
}

.price-table [class*="col-"] {
	margin-bottom: 15px;
}

.price-table1 {
	padding: 0;
}

.price-table1 .price_title {
	color: #FFF;
	padding: 20px 0px 18px;
	margin: 0;
	border: none;
}

.price-table1 .price_title h2 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

.price-table1 .price_box {
	padding: 10px 1px !important;
	margin: 0px;
	position: relative;
	background: #f7f5f5;
	color: #363839;
	text-align: center;
	border-bottom: 1px solid #e9e8e8;
}

.price-table1 .price_holder ul {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.price-table1 .price_holder ul li {
	text-align: center;
	border: none;
	font-size: 15px;
	color: #919699;
	padding: 15px 0;
	border-bottom: 1px solid #e9e8e8;
}

.price-table1 .price_holder {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px solid #e9e8e8;
	border-top: none;
	background: #FFF;
}

.price-table1 a.btn {
	padding: 18px 0px;
	margin: 0;
	width: 100%;
	background-color: #f7f5f5;
	font-size: 20px;
	color: #363839;
}

.price-table1 a.btn:hover {
	color: #FFF;
}

.price-table1 .best_value .btn {
	color: #FFF;
}

.price-table1 .sup {
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	vertical-align: inherit;
}

.price-table1 .price {
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.price-table1 .unit {
	font-size: 20px;
}

.price-table2 {
	padding: 20px 0;
}

.price-table2 .price_title {
	color: #FFF;
	padding: 20px 0px 18px;
	margin: 0;
}

.price-table2 .price_title h2 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

.price-table2 .price_box {
	padding: 15px 1px 10px!important;
	margin: 0px;
	position: relative;
	background: #f7f5f5;
	text-align: center;
	border-bottom: 1px solid #e9e8e8;
	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-table2 .price_holder ul {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.price-table2 .price_holder ul li {
	text-align: center;
	border: none;
	font-size: 15px;
	color: #919699;
	padding: 15px 0;
	border-bottom: 1px solid #e9e8e8;
}

.price-table2 .price_holder {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px solid #e9e8e8;
	border-top: none;
	background: #FFF;
}

.price-table2 a.btn {
	padding: 12px 24px;
	margin: 20px 0;
	background-color: #a6a6a6;
	font-size: 15px;
	color: #ffffff;
	-moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.2) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.2) inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2) inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.price-table2 a.btn:hover {
	color: #FFF;
}

.price-table2 [class*="col-md"] {
	padding: 0px;
	margin-left: -1px;
	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-table2 [class*="col-md"]:hover {
	padding: 0px;
	position: relative;
	z-index: 11;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

.price-table2 [class*="col-md"]:hover .price_box,
.price-table2 .best_value .price_box,
.price-table2 [class*="col-md"]:hover .btn {
	color: #FFF;
}

.price-table2 [class*="col-sm"] {
	margin-bottom: 25px;
}

.price-table2 [class*="col-sm"]:hover {
	margin-top: -20px;
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

.price-table2 [class*="col-sm"]:hover .price_title {
	padding: 30px 0;
}

.price-table2 [class*="col-sm"]:hover .btn {
	color: #FFF;
	margin: 30px 0;
}

.price-table2 .sup {
	font-size: 30px;
	line-height: 20px;
	vertical-align: inherit;
}

.price-table2 .price {
	font-size: 30px;
	line-height: 20px;
	margin-right: 5px;
}

.price-table2 .unit {
	font-size: 20px;
}
@media only screen and (max-width: 767px) {

.price-table2 [class*="col-sm"]:hover {
	margin-top: 0px;
	margin-bottom: 25px;
}

.price-table2 [class*="col-sm"]:hover .price_title {
	padding: 20px 0px 18px;
}

.price-table2 [class*="col-sm"]:hover .btn {
	margin: 20px 0;
}
}

.price-table3 {
	padding: 0;
}

.price-table3 .price_title {
	color: #FFF;
	padding: 0px 0px 20px;
	margin: 0;
}

.price-table3 .price_title h2 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

.price-table3 .price_title span {
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 26px;
	display: block;
	margin: -32px auto 20px;
	border: 1px solid #e9e8e8;
	background-color: #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.price-table3 .price_box {
	padding: 13px 1px 10px!important;
	margin: 0px;
	position: relative;
	background: #f7f5f5;
	text-align: center;
	border-bottom: 1px solid #e9e8e8;
}

.price-table3 .price_holder ul {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.price-table3 .price_holder ul li {
	text-align: center;
	border: none;
	font-size: 14px;
	color: #919699;
	padding: 15px 0;
	border-bottom: 1px solid #e9e8e8;
}

.price-table3 .price_holder {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px solid #e9e8e8;
	border-top: none;
	background: #FFF;
}

.price-table3 a.btn {
	padding: 12px 24px;
	margin: 20px 0;
	background-color: #a6a6a6;
	font-size: 15px;
	color: #ffffff;
	-moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.2) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.2) inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2) inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.price-table3 a.btn:hover {
	color: #FFF;
}

.price-table3 [class*="col-md"] {
	margin: 30px 0 15px 0
}

.price-table3 [class*="col-md"]:hover .price_title span,
.price-table3 [class*="col-md"]:hover .btn,
.price-table3 .best_value .btn {
	color: #FFF;
}

.price-table3 .sup {
	font-size: 30px;
	line-height: 20px;
	margin-right: 5px;
	vertical-align: inherit;
}

.price-table3 .price {
	font-size: 30px;
	line-height: 20px;
	margin-right: 5px;
}

.price-table3 .unit {
	font-size: 20px;
}

.price-table4 {
	padding: 0;
}

.price-table4 .price_title {
	color: #FFF;
	padding: 14px 0px;
	margin: 0;
	border: none;
}

.price-table4 .price_title h2 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.price-table4 .price_box {
	padding: 13px 1px 10px!important;
	margin: 0px;
	position: relative;
	text-align: center;
	background-color: #f5f5f5;
	font-weight: normal;
}

.price-table4 .price_holder ul {
	padding: 20px 0 0;
	margin: 0;
	border-bottom: none;
}

.price-table4 .price_holder ul li {
	text-align: center;
	border: none;
	font-size: 14px;
	color: #919699;
	padding: 10px 0;
}

.price-table4 .price_holder {
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #f5f5f5;
}

.price-table4 a.btn {
	padding: 10px 30px;
	margin: 20px 0;
	background-color: #a6a6a6;
	font-size: 15px;
	color: #ffffff;
}

.price-table4 a.btn:hover {
	color: #FFF;
}

.price-table4 [class*="col-md"] {
	margin: 30px 0 15px 0
}

.price-table4 [class*="col-md"]:hover .price_title span,
.price-table4 [class*="col-md"]:hover .btn,
.price-table4 .best_value .btn {
	color: #FFF;
}

.price-table4 .sup {
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	vertical-align: inherit;
}

.price-table4 .price {
	font-size: 72px;
	line-height: 72px;
	margin-right: 5px;
}

.price-table4 .unit {
	display: block;
	color: #919699;
	font-size: 14px;
}

.price-table5{
	padding:0;
}
.price-table5 > div{
	padding:0;
	margin-left:-1px;
}
.price-table5 .price_border{
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
.price-table5 .price_title{
	color:#000000;
	padding:0 0px 18px;
	margin:0;
	border:none;
}
.price-table5 .price_title h2{
	color:#000000;
	text-align:center;
	font-size:20px;
}
.price-table5 .price_box{
	width:150px;
	height:150px;
	line-height:152px;
	padding:0;
	margin:18px auto 13px;
	position:relative;
	border:1px solid #3b9cf7;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#3b9cf7;
	text-align:center;
	transition:all ease-in 200ms;
	-moz-transition:all ease-in 200ms; /* Firefox 4 */
	-webkit-transition:all ease-in 200ms; /* Safari and Chrome */
	-o-transition:all ease-in 200ms; /* Opera */
	-ms-transition:all ease-in 200ms; /* IE9? */
}
.price-table5 .price_border:hover .price_box{
	color:#ffffff;
	background-color:#3b9cf7;
}
.price-table5 .sup{
	font-size:40px;
	vertical-align:inherit;
}
.price-table5 .price{
	font-size:40px;
}
.price-table5 .unit{
	font-size: 20px;
}
.price-table5 .price_holder ul{
	padding:0;
	margin:0 40px;
	border-bottom:none;
}
.price-table5 .price_holder ul li{
	text-align:center;
	border:none;
	font-size:15px;
	color:#919699;
	padding:15px 0;
	border-bottom:1px solid #d6d6d6;
}
.price-table5 .price_holder{
	text-align:center;
	margin:0;
	padding:0;
	background:#ffffff;
	border:none;
}
.price-table5 a.Button_Accent2{
	padding:14px 33px;
	margin:40px 0 0 !important;
	font-size:14px;
	line-height:20px;
}
.price-table5 .price_border:hover a.Button_Accent2{
	background-color:#3b9cf7;
	color:#ffffff;
}
.price-table5 .best_value .price_box,
.price-table5 .best_value .Button_Accent2{
	background-color:#3b9cf7;
	color:#ffffff;
}

.price-table6{
	padding:25px 0 0;
}
.price-table6 .price_border{
	border:1px solid #dddddd;
	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-table6 .price_title{
	color:#333333;
	padding:28px 0px 34px;
	border:none;
	text-align:center;
	background-color:#f4f4f4;
}
.price-table6 .price_title .line{
	width:20px;
	height:1px;
	background-color:#333333;
	margin:0 auto 4px;
	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-table6 .price_title h2{
	color:#333333;
	font-size:18px;
	font-weight:bold;
	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-table6 .price_holder{
	text-align:center;
	margin:0;
	padding:0;
	background:#ffffff;
	border:none;
}
.price-table6 .price_box{
	padding:27px 0;
	margin:0;
	position:relative;
	text-align:center;
}
.price-table6 .sup{
	font-size:50px;
	vertical-align:inherit;
	font-weight:bold;
}
.price-table6 .price{
	font-size:50px;
	font-weight:bold;
}
.price-table6 .unit{
	font-size:15px;
	font-weight:bold;
}
.price-table6 .price_holder ul{
	padding:0;
	margin:0 40px;
	border-bottom:none;
}
.price-table6 .price_holder ul li{
	text-align:center;
	border:none;
	color:#666666;
	padding:13px 0;
	font-size:13px;
	border-top:1px solid #dddddd;
}
.price-table6 .price_button{
	background-color:#f4f4f4;
}
.price-table6 a.btn{
	padding:11px 30px;
	margin:28px 0;
	font-size:13px;
	line-height:20px;
	border:1px solid transparent;
}
.price-table6 .price6_color1 .price_box{
	color:#3b9cf7;
}
.price-table6 .price6_color2 .price_box{
	color:#5775f4;
}
.price-table6 .price6_color3 .price_box{
	color:#4bc0b1;
}
.price-table6 .price6_color4 .price_box{
	color:#8d6ceb;
}
.price-table6 .price6_color1 a.btn{
	color:#3b9cf7;
	border-color:#3b9cf7;
}
.price-table6 .price6_color2 a.btn{
	color:#5775f4;
	border-color:#5775f4;
}
.price-table6 .price6_color3 a.btn{
	color:#4bc0b1;
	border-color:#4bc0b1;
}
.price-table6 .price6_color4 a.btn{
	color:#8d6ceb;
	border-color:#8d6ceb;
}
.price-table6 .price6_color1 .price_border:hover{
	border-color:#3b9cf7;
}
.price-table6 .price6_color2 .price_border:hover{
	border-color:#5775f4;
}
.price-table6 .price6_color3 .price_border:hover{
	border-color:#4bc0b1;
}
.price-table6 .price6_color4 .price_border:hover{
	border-color:#8d6ceb;
}
.price-table6 .price6_color1 .price_border:hover .price_title,
.price-table6 .price6_color1 .price_border:hover a.btn{
	background-color:#3b9cf7;
}
.price-table6 .price6_color2 .price_border:hover .price_title,
.price-table6 .price6_color2 .price_border:hover a.btn{
	background-color:#5775f4;
}
.price-table6 .price6_color3 .price_border:hover .price_title,
.price-table6 .price6_color3 .price_border:hover a.btn{
	background-color:#4bc0b1;
}
.price-table6 .price6_color4 .price_border:hover .price_title,
.price-table6 .price6_color4 .price_border:hover a.btn{
	background-color:#8d6ceb;
}
.price-table6 .price_border:hover .price_title,
.price-table6 .price_border:hover .price_title h2{
	color:#ffffff;
}
.price-table6 .price_border:hover .price_title .line{
	background-color:#ffffff;
}
.price-table6 .price_border:hover a.btn{
	color:#ffffff;
}
.price-table6 .best_value .price_border{
	border-color:#5775f4;
}
.price-table6 .best_value .price_title{
	background-color:#5775f4;
	color:#ffffff;
}
.price-table6 .best_value .price_title h2{
	color:#ffffff;
}
.price-table6 .best_value .price_title .line{
	background-color:#ffffff;
}
.price-table6 .best_value a.btn{
	background-color:#5775f4;
	color:#ffffff;
}

@media only screen and (max-width: 767px) {
.price-table2 .best_value {
	margin-top: 0px;
}
.price-table5 > div{
	margin:0;
}
.price-table5 .price_border{
	border:1px solid #d6d6d6;
	padding:10px 0;
}
}

/*Boxes*/
.boxes_style_1,
.boxes_style_2,
.boxes_style_3,
.boxes_style_4,
.boxes_style_5,
.boxes_style_6,
.boxes_style_7,
.boxes_style_8{
	margin-bottom:15px;
	position:relative;
}
.boxes_style_2:before,
.boxes_style_3:before,
.boxes_style_5:before,
.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_2:after,
.boxes_style_3:after,
.boxes_style_5:after,
.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_1 .boxes{
	background-color:#f5f5f5;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_1 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_1 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_2 .boxes{
	border:1px solid #DEDEDE;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_2 .Boxes_title {
	font-size:20px;
	color:#333;
	font-weight:normal;
}
.boxes_style_3 .boxes{
	border:1px solid #DEDEDE;
	background-color:#F8F8F8;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_3 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.boxes_style_4 .boxes{
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_4 .boxes p{
	color:#fff;
	}
.boxes_style_4 .Boxes_title {
	font-size:20px;
	color:#ffffff;
	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_4 .boxes .but a.Button_default{
	background-color:transparent;
	border:1px solid #fff;
	color:#FFF!important;
	}
.boxes_style_4 .boxes .but a.Button_default:hover{
	background-color:#AFAFAF;
	}
.boxes_style_4 .source_code a{
	color:#fff;
	}
.boxes_style_5 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	text-align:center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_5 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_5 .but{
	padding:10px 0;
}
.boxes_style_5 .boxes .but a.Button_default {
	padding:9px 35px;
	background-color:#EAEAEA;
	border:none;
	color:#666 !important;
}
.boxes_style_5 .boxes .but a.Button_default:hover{
	color:#fff!important;
	}
.boxes_style_6 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_7 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_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_8 .boxes{
	background-color:#333;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_8 .boxes p{
	color:#aaa;
	}
.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 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}

@media only screen and (max-width: 767px) {
	.boxes_style_1 .boxes,
	.boxes_style_4 .boxes,
	.boxes_style_7 .boxes,
	.boxes_style_8 .boxes{
		padding:20px 25px
	}
	.boxes_style_1 .but,
	.boxes_style_4 .but,
	.boxes_style_7 .but,
	.boxes_style_8 .but{
		position:static;
		padding:10px 0;
		margin:0;
	}
}

/*Core Owl Carousel CSS File*/

/* clearfix*/

.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */

.carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.carousel .owl-item {
	float: left;
}

.carousel .owl-pagination {
	text-align: center;
	position: absolute;
	margin-top: 20px;
	top: 100%;
	left: 2;
	width: 100%;
}

.carousel .owl-page {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	background-color: #dcd9de;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.carousel .owl-page.active {
}

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	margin: -17px 0 0 0;
}

.carousel .owl-buttons .owl-next {
	left: auto;
	right: -30px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before {
	content: "";
	border-left: 3px solid #9e9e9e;
	border-bottom: 3px solid #9e9e9e;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	font-size: 20px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.carousel .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 3px solid #9e9e9e;
	margin-left: -7px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover {
}

.carousel .owl-buttons .owl-prev:hover:before {
}

.carousel .owl-buttons .owl-next:hover:before {
	border-left: none;
}

.carousel .grabbing {
	cursor: url(images/grabbing.png) 8 8, move;
}

.carousel .owl-wrapper,
.carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.carousel {
	display: none;
}

.carousel img {
	max-width: 100%;
}

.carousel_1 {
	text-align: center;
	margin-bottom: 5px;
}

.carousel_1 .item {
	padding: 0px 5px;
}

.carousel_1 .ico {
	height: 77px;
	width: 77px;
	line-height: 77px;
	border: 5px solid #e9e8e8;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: auto;
	font-size: 22px;
}

.carousel_1 h3 {
	font-size: 16px;
	padding: 10px 0 5px;
}

.owl-pagination .carousel_1 {
	top: auto;
	bottom: 0px;
}

.carousel_2 {
	margin-bottom: 5px;
}

.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next {
	width: 50px;
	height: 80px;
	margin-top: -33px;
	border: none;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 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? */
}

.carousel_2 .owl-buttons .owl-prev {
	left: 0;
}

.carousel_2 .owl-buttons .owl-next {
	right: 0;
}

.carousel_2 .owl-buttons .owl-prev:before,
.carousel_2 .owl-buttons .owl-prev:hover:before {
	border-left: 3px solid #FFF!important;
	border-bottom: 3px solid #FFF!important;
	margin: -10px 0 0 -5px;
	width: 21px;
	height: 21px;
}

.carousel_2 .owl-buttons .owl-next:before,
.carousel_2 .owl-buttons .owl-next:hover:before {
	border-right: 3px solid #FFF!important;
	border-bottom: 3px solid #FFF!important;
	margin: -10px 0 0 -15px;
	width: 21px;
	height: 21px;
}

.carousel_2 .owl-buttons .owl-prev:hover,
.carousel_2 .owl-buttons .owl-next:hover {
	border: none!important;
}


.carousel_2 .owl-pagination{
	top:auto;
	bottom:20px;
	margin:0;
}
.carousel_2 .owl-page {
	width:21px;
	height:21px;
	margin:0px 5px ;
}
.carousel_2 .owl-item {
	position:relative;
	overflow:hidden;
}
.carousel_2 .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_2 .owl-item.synced .carousel_content,
.carousel_2 .owl-item.synced .carousel_content.text_left_pull {
	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_2 .owl-item .carousel_content.text_right_pull {
	left:auto;
	right:-30%;
	width:30%;
	height:100%;
}
.carousel_2 .owl-item.synced .carousel_content.text_right_pull {
	left:auto;
	right:0;
}
.carousel_2 .owl-item .carousel_content.text_top_pull {
	left:0;
	top:-100%;
	width:100%;
	height:auto;
	max-height:100%;
}
.carousel_2 .owl-item.synced .carousel_content.text_top_pull{
	left:0;
	top:0;
}
.carousel_2 .owl-item .carousel_content.text_bottom_pull {
	left:0;
	top:auto;
	bottom:-100%;
	width:100%;
	height:auto;
	max-height:100%;
}
.carousel_2 .owl-item.synced .carousel_content.text_bottom_pull{
	left:0;
	top:auto;
	bottom:0;
}


.carousel_2 .owl-item .carousel_content h3 {
	color:#FFF;
}
.carousel_2 .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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel_2 .owl-item .carousel_content{
		padding:15px;
	}
	.carousel_2 .owl-item .carousel_content.text_left_pull {
		left:-35%;
		width:35%;
	}
	.carousel_2 .owl-item .carousel_content.text_right_pull {
		right:-35%;
		width:35%;
	}

}
 @media only screen and (max-width: 767px) {
	.carousel_2 .owl-pagination{
		bottom:3px;
	}
	.carousel_2 .owl-buttons .owl-prev, .carousel_2 .owl-buttons .owl-next{
		display:none;
	}
	.carousel_2 .owl-item .carousel_content.text_left_pull{
		height:auto;
		padding:8px 15px;
		width:auto;	
	}
	.carousel_2 .owl-item .carousel_content.text_right_pull{
		height:auto;
		top:auto;
		bottom:0px;
		padding:8px 15px;
		width:auto;	
	}
	.carousel_2 .owl-item .carousel_content.text_top_pull,
	.carousel_2 .owl-item .carousel_content.text_bottom_pull{
		padding:8px 15px;
	}
	.carousel_2 .owl-item .carousel_content p{
		display:none;
	}
	.carousel_2 .owl-item .carousel_content h3{
		font-size:13px;
		padding:0;
		margin:0;
	}
}


.carousel_3 {
	margin-bottom: 5px;
}

.carousel_3 .item {
	margin: 0px 1px;
}

.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next {
	width: 50px;
	height: 80px;
	margin-top: -33px;
	border: none;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.carousel_3:hover .owl-buttons .owl-prev,
.carousel_3:hover .owl-buttons .owl-next {
	filter: alpha(opacity=100);
	opacity: 1;
}

.carousel_3 .owl-buttons .owl-prev {
	left: 0;
}

.carousel_3 .owl-buttons .owl-next {
	right: 0;
}

.carousel_3 .owl-buttons .owl-prev:before,
.carousel_3 .owl-buttons .owl-prev:hover:before {
	border-left: 3px solid #FFF!important;
	border-bottom: 3px solid #FFF!important;
	margin: -10px 0 0 -5px;
	width: 21px;
	height: 21px;
}

.carousel_3 .owl-buttons .owl-next:before,
.carousel_3 .owl-buttons .owl-next:hover:before {
	border-right: 3px solid #FFF!important;
	border-bottom: 3px solid #FFF!important;
	margin: -10px 0 0 -15px;
	width: 21px;
	height: 21px;
}

.carousel_3 .owl-buttons .owl-prev:hover,
.carousel_3 .owl-buttons .owl-next:hover {
	border: none!important;
}

.carousel_4 .item {
	text-align: center;
	padding: 0 1px;
}

.carousel_4 .item .pic {
	position: relative;
}

.carousel_5 .item {
	border: 1px solid #e9e8e8;
	margin: 0 15px;
}

.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next {
	border: none;
}

.carousel_5 .owl-buttons .owl-prev:before,
.carousel_5 .owl-buttons .owl-next:before {
	width: 16px;
	height: 16px;
	margin: -9px 0 0 -9px;
	border-left: 3px solid #9e9e9e;
	border-bottom: 3px solid #9e9e9e;
}

.carousel_5 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 3px solid #9e9e9e;
}

.carousel_6 .item {
	margin: 0 15px;
}

.carousel_6 .owl-page{
	height:14px;
	line-height:14px;
	border:3px solid #a6a6a6;
	background:#a6a6a6;
}
.carousel_6 .owl-page.active{
	background:transparent!important;
}

.carousel_8 .item{
	padding:0 15px;
}
.text_style5{
	padding:25px 0 0;
}
.text_style5 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}
.text_style5 .date{
	font-size:14px;
	color:#666666;
	margin:0 0 15px;
}
.carousel_8 .owl-buttons .owl-prev,
.carousel_8 .owl-buttons .owl-next{
	width:60px;
	height:60px;
	line-height:60px;
	margin:-30px 0 0;
	left:-60px;
	background-color:#7d7d7d;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s; /* Firefox 4 */
	-webkit-transition: all ease-in 0.3s; /* Safari and Chrome */
	-o-transition: all ease-in 0.3s; /* Opera */
	-ms-transition: all ease-in 0.3s; /* IE9? */
}
.carousel_8 .owl-buttons .owl-next{
	left:auto;
    right:-60px;
}
.carousel_8 .owl-buttons .owl-prev:before,
.carousel_8 .owl-buttons .owl-next:before{
	border-left:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
	width:10px;
	height:10px;
	margin:-5px 0 0 -4px;
	transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s; /* Firefox 4 */
	-webkit-transition: all ease-in 0.3s; /* Safari and Chrome */
	-o-transition: all ease-in 0.3s; /* Opera */
	-ms-transition: all ease-in 0.3s; /* IE9? */
}
.carousel_8 .owl-buttons .owl-next:before{
	border-left:none;
	border-right:4px solid #ffffff;
	margin-left:-6px;
}
.carousel_8 .owl-buttons .owl-prev:hover,
.carousel_8 .owl-buttons .owl-next:hover{
	background-color:#3b9cf7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel_8 .owl-buttons .owl-prev{
	left:-15px;
}
.carousel_8 .owl-buttons .owl-next{
	right:-15px;
}
}
@media only screen and (max-width: 767px) {

.carousel .owl-buttons .owl-prev {
	left: 0px;
}

.carousel .owl-buttons .owl-next {
	left: auto;
	right: 0px;
}
}



.photo_box.ico_right_rotate .ico {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.photo_box:hover.ico_left_rotate .ico,
.photo_box:hover.ico_right_rotate .ico {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}

.photo_box.content_top_increment .increment_1 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	-moz-transform: translate(0, -300px);
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .increment_2 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -340px);
	-moz-transform: translate(0, -340px);
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box.content_top_increment .increment_3 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -380px);
	-moz-transform: translate(0, -380px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_1,
.photo_box:hover.content_top_increment .increment_2,
.photo_box:hover.content_top_increment .increment_3 {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box:hover.content_top_increment .increment_1 {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_2 {
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box:hover.content_top_increment .increment_3 {
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .content h3 {
	background-color: #69b532;
	font-size: 18px;
	color: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
}

.photo_box.content_top_increment .content a.but {
	background-color: #dedede;
	color: #666666;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	margin-top: 15px;
}

.photo_box.content_top_increment .content p {
	padding: 0px 30px;
}

.photo_box.ico_zoom .ico span {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.ico_zoom .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.photo_box.img_flip {
	overflow: visible;
}

.photo_box.img_flip .pic_box {
	position: relative;
	overflow: visible;
	-webkit-perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}

.photo_box.img_flip .pic_box img,
.photo_box.img_flip .shade,
.photo_box.img_flip .content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photo_box.img_flip .pic_box img {
	z-index: 1;
	position: relative;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.photo_box.img_flip .pic_box .shade,
.photo_box.img_flip .pic_box .content {
	z-index:-2;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.photo_box.img_flip .pic_box .content{
	z-index:-1;

}

.photo_box:hover.img_flip  img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.photo_box:hover.img_flip .pic_box .shade,
.photo_box:hover.img_flip .pic_box .content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.photo_box:hover.img_flip .pic_box .shade {
	z-index: 2;
}
.photo_box:hover.img_flip .pic_box .content {
	z-index: 3;
}

.content_sytle_2 .shade {
	background-color: #69b532;
}

.content_sytle_2 .content h3 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
}

.content_sytle_2 .content p {
	padding: 0 30px 5px;
}

.content_sytle_2 .content a.but {
	border: 1px solid #FFF;
	padding: 10px 25px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
}

.photo_box.content_push_in .pic_box img {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.content_push_in .content {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #69b532;
	top: auto;
	height: auto;
	bottom: 0;
	height: 60px;
	margin-bottom: -60px;
	overflow: hidden;
}

.photo_box.content_push_in .content h3 {
	margin: 10px 0 0;
}

.photo_box:hover.content_push_in .pic_box img {
	margin-top: -60px;
	margin-bottom: 60px;
}

.photo_box:hover.content_push_in .content {
	margin-bottom: 0px;
}

.photo_box.icon_tag_push .ico {
	width: 90px;
	height: 90px;
	left: auto;
	right: -90px;
	top: -90px;
	margin: 0;
	text-align: right;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.icon_tag_push .ico:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: 45px solid transparent;
	border-right-color: #69b532;
	border-top-color: #69b532;
}

.photo_box.icon_tag_push .ico span {
	background: none;
	width: auto!important;
	height: auto!important;
	display: inline-block!important;
	line-height: 60px!important;
	width: 50px!important;
	text-align: center!important;
}
/* 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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.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: #FFF;
  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: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.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 #FFF;
    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 #FFF;
    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: #000; }

/* 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: #444; }
  .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; }

@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; }
  
/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}

.mfp-zoom-in {
}
.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-newspaper {
}
.mfp-newspaper .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content{
	transform: scale(0) rotate(500deg);
	opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-horizontal {
}
.mfp-move-horizontal .mfp-content{
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
	transform: translateX(50px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-from-top {
}
.mfp-move-from-top .mfp-content {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
	transform: translateY(-50px);
	opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-3d-unfold {
}
.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
	opacity: 1;
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-zoom-out {
}
.mfp-zoom-out .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
@keyframes 
hinge {
 0% {
 transform: rotate(0);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 transform: rotate(80deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 40% {
 transform: rotate(60deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 80% {
 transform: rotate(60deg) translateY(0);
 opacity: 1;
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 100% {
 transform: translateY(700px);
 opacity: 0;
}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

/*Images*/

.photo_box .pic_box {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.photo_box img {
	max-width: 100%;
}

.photo_box {
	margin: 0 0 5px 0;
	padding: 0px;
	overflow: hidden;
	line-height: 1.8
}

.photo_box .pic_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
}

.photo_box a,
.photo_box a:hover {
	text-decoration: none
}

.photo_box .ico {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.photo_box .ico span {
	color: #FFF;
	width: 50px!important;
	height: 50px!important;
	line-height: 50px!important;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 0px 3px;
	background-color: #69b532;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.photo_box .ico h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.vertical_center_1 {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical_center_2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.photo_box .content h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content p {
	color: #FFF;
	font-size: 13px;
}

.photo_box .content >.glyphicons {
	font-size: 50px;
	height: 70%;
	position: relative;
}

.photo_box .content > .glyphicons:before {
	position: absolute;
	top: 50%;
	left: 0;
}

.photo_box .content .ico {
	position: static;
	margin: 0 0 15px;
}

.photo_box .shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.photo_box .ico,
.photo_box .content,
.photo_box .shade {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover .ico,
.photo_box:hover .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box:hover .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.default_show .ico,
.photo_box.default_show .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.default_show .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.img_zoom .pic_box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-webkit-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	-ms-transition: all ease-out 300ms;
}

.photo_box:hover.img_zoom .pic_box img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.photo_box.ico_left_enter .ico,
.photo_box.ico_right_enter .ico,
.photo_box.ico_top_enter .ico,
.photo_box.ico_bottom_enter .ico,
.photo_box.ico_LeftAndRight_enter span,
.photo_box.ico_TopAndBottom_enter span {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box.ico_left_enter .ico {
	left: -100%;
}

.photo_box:hover.ico_left_enter .ico {
	left: 0%;
}

.photo_box.ico_right_enter .ico {
	left: 100%;
}

.photo_box:hover.ico_right_enter .ico {
	left: 0%;
}

.photo_box.ico_top_enter .ico {
	top: -100%;
}

.photo_box:hover.ico_top_enter .ico {
	top: 50%;
}

.photo_box.ico_bottom_enter .ico {
	top: 150%;
}

.photo_box:hover.ico_bottom_enter .ico {
	top: 50%;
}

.photo_box.ico_LeftAndRight_enter span.ico_left {
	transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	-o-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
}

.photo_box.ico_LeftAndRight_enter span.ico_right {
	transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	-webkit-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
}

.photo_box.ico_TopAndBottom_enter span.ico_top {
	transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
}

.photo_box.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
}

.photo_box:hover.ico_LeftAndRight_enter span.ico_left,
.photo_box:hover.ico_LeftAndRight_enter span.ico_right,
.photo_box:hover.ico_TopAndBottom_enter span.ico_top,
.photo_box:hover.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.ico_push_in img {
	margin-bottom: -15px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.ico_push_in .ico {
	top: auto;
	bottom: -50px;
	width: 100%;
	background-color: #69b532;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.ico_push_in .ico span {
	background-color: transparent!important
}

.photo_box.ico_push_in .ico a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

.photo_box.ico_push_in .ico a:first-child {
	border-right: 1px solid #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-right: -2px;
}

.photo_box:hover.ico_push_in img {
	margin-top: -15px;
	margin-bottom: 0;
}

.photo_box:hover.ico_push_in .ico {
	top: auto;
	bottom: 0px;
}

.photo_box.ico_left_rotate .ico,
.photo_box.ico_left_rotate .ico >span,
.photo_box.ico_right_rotate .ico,
.photo_box.ico_right_rotate .ico >span {
	width: 50px;
	height: 50px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0;
}

.photo_box.ico_left_rotate .ico {
	left: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.photo_box:hover.icon_tag_push .ico {
	right: 0px;
	top: 0px;
}

.photo_box.icon_tag_push .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	width: auto;
	height: auto;
	padding: 13px 36px;
	color: #666666;
	top: auto;
	bottom: 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.icon_tag_push .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	height: auto;
	padding: 10px 0;
	color: #666666;
	top: auto;
	bottom: 0px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
}

.photo_box.content_bottom_push_in .content:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	border-bottom-color: rgba(255,255,255,0.8);
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -4px;
}

.photo_box.content_bottom_push_in .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content p {
	color: #666666;
	margin-bottom: 0;
}

.photo_box:hover.content_bottom_push_in .content {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.content_bottom_push_in_2 .shade {
	background-color: #000;
	top: 100%;
	margin-top: -40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box:hover.content_bottom_push_in_2 .shade {
	top: 0;
	margin: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.content_bottom_push_in_2 .content {
	filter: alpha(opacity=100);
	opacity: 1;
	height: 40px;
	top: 100%;
	margin-top: -35px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover.content_bottom_push_in_2 .content {
	height: 100%;
	top: 0;
	margin-top: 0;
}

.photo_box.content_bottom_push_in_2 .but {
	border: 1px solid #FFF;
	padding: 10px 22px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
	text-decoration: none;
}

.photo_box.entirety_left_offset .shade {
	background-color: #f0f0f0;
}

.photo_box.entirety_left_offset .shade,
.photo_box.entirety_left_offset .ico,
.photo_box.entirety_left_offset .content {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 100%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.entirety_left_offset .ico {
	width: auto;
	top: auto;
	bottom: 0;
}

.photo_box.entirety_left_offset .ico span {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0;
}

.photo_box.entirety_left_offset .content {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 80px 30px 30px;
}

.photo_box.entirety_left_offset h3,
.photo_box.entirety_left_offset p,
.photo_box.entirety_left_offset a {
	color: #666;
}

.photo_box:hover.entirety_left_offset .shade,
.photo_box:hover.entirety_left_offset .ico,
.photo_box:hover.entirety_left_offset .content {
	left: 50px;
}

.photo_box.entirety_bevel .content {
	height: 60%;
	text-align: left;
	top: 0;
	padding: 0px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_box.entirety_bevel .ico {
	height: 40%;
	text-align: left;
	margin: 0;
	top: 60%;
	left: 40px;
}

.photo_box.entirety_bevel .ico span {
	background-color: transparent;
	border: 1px solid #FFF;
}

.photo_box:hover.entirety_bevel .shade {
	background-color: #69b532;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
	content: "";
	border-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);
}
@-webkit-keyframes 
ico_rotate {
0% {
-webkit-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-webkit-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-webkit-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@-moz-keyframes 
ico_rotate {
0% {
-moz-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-moz-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-moz-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@-o-keyframes 
ico_rotate {
0% {
-0-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-0-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-0-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@keyframes 
ico_rotate {
0% {
transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
transform:rotate(0deg) scale(1);
opacity:1;
}
}

.ico_rotate .ico span {
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.ico_rotate:hover .ico span {
	-webkit-animation-name: ico_rotate;
	-moz-animation-name: ico_rotate;
	-o-animation-name: ico_rotate;
	animation-name: ico_rotate;
}

.shade_zoom .shade {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.shade_zoom:hover .shade {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shade_zoom .ico span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	border: 1px solid #FFF;
	background-color: transparent!important;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.shade_zoom:hover .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
	overflow: hidden;
	top: auto;
	left: 0;
	bottom: 0;
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.ico_no_bg .glyphicons {
	background: none!important;
	font-size: 30px!important;
	color: #FFF!important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.box_dotted_padding {
	border: 1px dashed #ddd;
	padding: 3px;
}

.text_sytle_1 {
	padding: 15px 10px 10px;
}

.text_sytle_1 h3,
.text_sytle_2 h3 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}

.text_sytle_1 .info {
	float: right;
	padding-top: 13px;
	font-size: 14px;
}

.text_sytle_1 .info span {
	margin-right: 3px;
}

.text_sytle_1 h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #666666;
}

.text_sytle_2 {
	background-color: #f5f5f5;
	padding: 15px 15px 10px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}

.text_sytle_3 {
	text-align: left;
	padding: 10px 0 5px;
}

.text_sytle_3 h3 {
	font-size: 14px;
	color: #666666;
}

.text_sytle_4 h3 {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_4 h3 span {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #69b532;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_5 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_5 h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 25px 8px 5px;
	padding: 0;
}

.text_sytle_6 h3 {
	color: #363839;
	font-size: 18px;
	padding: 25px 0px 0px;
	font-weight: normal;
	margin-bottom: 0px;
}

.text_sytle_6 .info {
	margin-bottom: 5px;
}

.text_sytle_6 .social-icons a {
	font-size: 23px;
	color: #8a8a8a;
	filter: alpha(opacity=50);
	opacity: 0.5;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.text_sytle_6 .social-icons a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.text_sytle_7 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_7 h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 10px 8px;
}

.text_sytle_7 h3 span {
	float: right;
}

/*flip box*/

.flip_box {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	overflow: visible;
	margin-bottom: 5px;
	position: relative;
}

.flip_box .front,
.flip_box .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip_box .front {
	position: relative;
	z-index: 0;
	background-color: #FFF;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip_box .back {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: -2;
	background-color: #FFF;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_right .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip_box.flip_top .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_top .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip_box.flip_bottom .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_bottom .back {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_box:hover .front {
	background-color: #FFF;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip_box:hover .back {
	z-index: 3;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip_box.flip_right:hover .front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_top:hover .front {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_box.flip_top:hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_bottom:hover .front {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip_box.flip_bottom:hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box_1 .front,
.flip_box_1 .back {
	border: 1px solid #e2e2e2;
	padding: 25px;
	text-align: center;
}

.flip_box_1 .front .glyphicons {
	background-color: #69b532;
	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_1 h3 {
	font-size: 15px;
	color: #666666;
	margin-bottom: 10px;
}

.flip_box_1 .back {
	height: auto;
}

.flip_box_1 .back h3 {
	margin: 0px 0 15px;
}

.flip_box_1 .back a.but {
	padding: 6px 0px;
	color: #FFF;
	background-color: #69b532;
	text-decoration: none;
	display: block;
	width: 120px;
	text-align: center;
	margin: 37px auto -42px
}

.flip_box_2 .front,
.flip_box_2 .back {
	background-color: #f8f8f8;
	border: 1px solid #e2e2e2;
	padding: 25px;
	text-align: center;
}

.flip_box_2 .back {
	height: 100%;
	padding: 0 25px;
}

.flip_box_2 .front .glyphicons {
	font-size: 45px;
	color: #777777;
	margin: 8px 0 0px;
}

.flip_box_2 h3 {
	color: #666666;
	font-size: 15px;
	margin: 25px 0 15px;
}

.flip_box_3 .front {
	padding: 0 25px;
	text-align: center;
}

.flip_box_3 .back {
	padding: 0 25px;
	text-align: center;
	background-color: #69b532;
	color: #FFF;
}

.flip_box_3 .back {
	height: 100%;
}

.flip_box_3 .front .glyphicons {
	font-size: 45px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: #e9e9e9;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #777777;
	margin: 8px 0 0px;
}

.flip_box_3 h3 {
	color: #666666;
	font-size: 15px;
	margin: 25px 0 15px;
}

.flip_box_3 .back h3 {
	color: #FFF;
	margin: 35px 0 15px;
}

.flip_box_3 .back a.but {
	display: inline-block;
	padding: 8px 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	margin-top: 10px;
}

/*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;
}
a.Button_blue {
	padding:12px 30px;
	margin:0px 10px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	color:#FFFFFF !important;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
*+html a.Button_blue{
	display:inline;
}
a.Button_blue:hover {
	text-decoration:none;
	background:#555555;
}
a.Button_blue2{
	padding:8px 15px;
}

a.Button_blue span.glyphicons,
a.Button_blue2 span.glyphicons{
	font-size:24px;
	vertical-align:bottom; 
	margin-right:5px;
}

/*responsive-video*/

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}







