/* ********** Source Code style ************** */
/*Custom Buttons style*/
a.Button_style8,
a.Button_style9,
a.Button_style10,
a.Button_style11{
	padding:10px 16px;
	margin:0px 0 10px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration:none;
	border-radius:		    100px;
	-moz-border-radius:		100px;
	-webkit-border-radius:	100px;
	transition: 		background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms,border ease-in 200ms; /* IE9? */
}
a.Button_style10,
a.Button_style11{
	border-radius:		    5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	}

a[class*="Button_style8"].light,
a[class*="Button_style10"].light{
	color:#FFFFFF;
	}
a[class*="Button_style9"].light,
a[class*="Button_style11"].light{
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	}

a[class*="Button_style8"].dark,
a[class*="Button_style10"].dark{
	border:1px solid transparent;
	background-color:#34485C;
	color:#FFFFFF;
	}
a[class*="Button_style9"].dark,
a[class*="Button_style11"].dark{
	border:1px solid #34485c;
	background-color:transparent;
	color:#34485c;
	}
a[class*="Button_style8"].white,
a[class*="Button_style10"].white{
	border:1px solid transparent;
	background-color:#fff;
	}
a[class*="Button_style9"].white,
a[class*="Button_style11"].white{
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
	}

a[class*="Button"].small {
	    font-size: 13px;
		letter-spacing: 1px;
		padding: 8px 29px;
		line-height: 18px;
}
a[class*="Button"].large {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 11px 30px;
}
a[class*="Button"].jumbo {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 13px 56px;
}

a.Button_style8:hover,
a.Button_style10:hover{
	/*color:#fff;*/
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
	}

a.Button_style9:hover,
a.Button_style11:hover{
	color:#FFF;
	background-color:#2e2e2e;
	border:1px solid transparent;
	text-decoration:none;
}
*+html a.Button_style8,
*+html a.Button_style9,
*+html a.Button_style10,
*+html a.Button_style11{
	display:inline;
}

/*Accent Background Color */
.a_bg_c{
	background-color:#FF8726;
	}
.a_bg_c_h:hover{
	background-color:#FF8726;
	}
/*Accent Color */
.a_t_c{
	color:#FF8726;
	}
.a_t_c_h:hover{
	color:#FF8726;
	}
/*Accent Border Color */
.a_b_c{
	border-color:#FF8726;
	}
.a_b_c_h:hover{
	border-color:#FF8726;
	}


a.Button_style5{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important ;
	text-decoration:none;
	background:	url(../images/but_bg.png) repeat-x  left bottom;
	background-size:contain;
	border-radius:		    3px 3px 4px 4px;
	-moz-border-radius:		3px 3px 4px 4px;
	-webkit-border-radius:	3px 3px 4px 4px;
	-moz-box-shadow:	0 -3px rgba(0, 0, 0, 0.2) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:			0 -3px rgba(0, 0, 0, 0.2) inset;        
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
a.Button_style6{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important ;
	text-decoration:none;
	background:	url(../images/but_bg.png) repeat-x  left bottom;
	background-size:contain;
	border-radius:		    3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
a.Button_style7{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important;
	text-decoration:none;
	border-radius:		    3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

a[class*="Button"].Red              	{ background-color: #df0c00 }
a[class*="Button"].Teal          		{ background-color: #20b2aa }
a[class*="Button"].Violet               { background-color: #6f0080 }
a[class*="Button"].MidnightBlue         { background-color: #191970 }
a[class*="Button"].gold               	{ background-color: #ffd700 }
a[class*="Button"].OliveDrab            { background-color: #76a732 }
a[class*="Button"].SteelBlue            { background-color: #4682b4 }
a[class*="Button"].GoldenOrange         { background-color: #f88616 }
a[class*="Button"].silver            	{ background-color: #c0c0c0 }
a[class*="Button"].black                 { background-color: #4a4949 }


a[class*="Button"].one {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 16px;
	line-height: 18px;
}
a[class*="Button"].two {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 15px 22px;
}
a[class*="Button"].three {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 18px 26px;
}

a.Button_style5:hover,
a.Button_style6:hover,
a.Button_style7:hover{
	color:#FFF!important;
	background-color:#2e2e2e;
	text-decoration:none;
}
*+html a.Button_style5,
*+html a.Button_style6,
*+html a.Button_style7{
	display:inline;
}

/*list*/
.list_style {
	margin:0px;
	padding:0px;
}
.list_style li {
	list-style:none;
	padding:8px 0px;
}
.list_style li .fa{
	margin-right:15px;
	color:#FF8726;
}


/* flip_box */
.flip_box {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	overflow: visible;
	margin-bottom: 5px;
	position: relative;
}

.flip_box .front,
.flip_box .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip_box .front {
	position: relative;
	z-index: 0;
	background-color: #FFF;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip_box .back {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: -2;
	background-color: #FFF;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_right .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip_box.flip_top .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_top .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip_box.flip_bottom .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_bottom .back {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_box:hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip_box:hover .back {
	z-index: 3;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip_box.flip_right:hover .front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_top:hover .front {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_box.flip_top:hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_bottom:hover .front {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip_box.flip_bottom:hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box_1 .front,
.flip_box_1 .back{
	border:1px solid #e2e2e2;
	padding:25px;
	text-align:center;
}
 
.flip_box_1 .front .fa{
	background-color:#FF8726;
	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:#FF8726;
	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 .fa{
	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:25px;
	text-align:center;
} 
.flip_box_3 .back{
	padding:0 25px;
	text-align:center;
	background-color:#FF8726;
	color:#FFF;
}
.flip_box_3 .back{
	height:100%;
}


.flip_box_3 .front .fa{
	font-size:45px;
	width:120px;
	height:120px;
	line-height:120px;
	background-color:#e9e9e9;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#777777;
	margin:8px 0 0px;
}
.flip_box_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;
	transition: 		background-color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* IE9? */

}
.flip_box_3 .back a.but:hover{
	background-color:#444;
	border:1px solid #444;
	}

.flip_box_4{
	cursor:pointer;
	text-align:center;
	border:1px solid #ddd;
	padding:40px 40px 40px 40px;
	margin:15px 0 0 0;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
	}
.flip_box_4 .icon{
	width:150px;
	height:150px;
	line-height:120px;
	text-align:center;
	background-color:#EEEEEE;
	border:15px solid #fff;
	position:relative;
	color:#AAAAAA;
	font-size:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin: -115px auto 25px;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */

	}
.flip_box_4 .icon:before{
	width:150px; 
	height:150px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent; 
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:auto; 
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	position:absolute;
	content:"";
	left: -15px;
	top: -15px;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
	}
.flip_box_4 h1{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin:0 0 15px 0;
	}
.flip_box_4 p{
	margin:0 0 20px 0;
	}
.flip_box_4 a{
	text-transform:uppercase;
	}
	
.flip_box_4:hover{
	border: 1px solid #FF8726;
	}
.flip_box_4:hover .icon{
	background-color: #FF8726;
	color:#fff;
	}
.flip_box_4:hover .icon:before{
	border-top: 1px solid #FF8726;
	border-left: 1px solid #FF8726;
	}

/* 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;
	}
.chart_list1 {
	}
.chart_list1 .the1,
.chart_list1 .the2,
.chart_list1 .the3,
.chart_list1 .the4{
	width:200px;
	height:200px;
	text-align:center;
	margin:0 auto;
	padding: 10px 0;
	position:relative;
	}
.chart_list1 .the1:before,
.chart_list1 .the2:before,
.chart_list1 .the3:before,
.chart_list1 .the4:before{
	position:absolute;
	content:"";
	width:200px;
	height:200px;
	border:23px solid #fff;
	border-radius:50%;
	left:0;
	top:0;
	box-shadow:0 0 5px rgba(4,0,0,0.2);	
	-moz-box-shadow:0 0 5px rgba(4,0,0,0.2); 	
	-webkit-box-shadow:0 0 5px rgba(4,0,0,0.2);
	}
.chart_list1 .percentage1{
	position: relative;
	height:180px;
	width:180px;
	margin:0 auto;
	}
.chart_list1 .the1 .percentage1{
	color:#87c94e;
	}
.chart_list1 .the2 .percentage1{
	color:#E5B700;
	}
.chart_list1 .the3 .percentage1{
	color:#69CFB5;
	}
.chart_list1 .the4 .percentage1{
	color:#FF8726;
	}
.chart_list1 .percentage1 .percentage_inner{
	height: 100%;
	line-height: 180px !important;
	padding-top: 0;
	}
.chart_list1 h6{
	font-size:17px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin:40px 0 30px 0;
	}
.chart_list1 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.chart_list1 ul li{
	padding: 5px 0 5px 15px;
	}
.chart_list1 ul li span.fa{
	font-size:14px;
	margin:0 10px 2px 0;
	vertical-align:middle;
	}
.chart_list1 ul.theone li span.fa{
	color:#87c94e;
	}
.chart_list1 ul.thetwo li span.fa{
	color:#E5B700;
	}
.chart_list1 ul.thethree li span.fa{
	color:#69CFB5;
	}
.chart_list1 ul.thefour li span.fa{
	color:#FF8726;
	}
	
.chart_list2 .percentage2{
	text-align:center;
	color:#FF8726;
	position:relative;
	}
.chart_list2 .percentage2 .percentage_inner{
	position: absolute;
	line-height:82px!important;
	text-align: center;
	width: 82px;
	height:82px;
	font-size: 24px;
	color:#fff;
	padding-top:0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#FF8726;
	left:50%;
	top:50%;
	margin: -43px 0 0 -40px;
	}
.chart_list2 h6{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin:40px 0 0 0;
	}
	







/* dividers */
.dividers_1 {
	border: none;
	background: url(../images/dividers_1.png) left top;
	height: 5px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_2 {
	border: none;
	border-bottom: 1px solid #DDDDDD;
	height: 0px;
	margin: 0;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_3 {
  border: none;
  border-bottom: 1px solid #FFAB68;
  text-align: center;
  height: 0px;
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 26px 0;
}
.dividers_3 span.fa {
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 52px;
  height: 52px;
  top: -26px;
  line-height: 50px;
  margin: 0 auto;
  background-color:#fff;
  padding: 0;
  color: #FFAB68;
  border:1px solid #FFAB68;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dividers_4 {
	border: none;
	background: url(../images/dividers_4.png) left top;
	height: 5px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_5 {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  height: 0px;
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 26px 0;
}
.dividers_5 span.fa {
  position: relative;
  font-size: 22px;
  display: inline-block;
  width: 70px;
  height: 70px;
  top: -35px;
  line-height: 70px;
  margin: 0 auto;
  background-color:#fff;
  padding: 0;
  color: #C3C3C3;
}
.dividers_6 {
	border: none;
	background: url(../images/dividers_6.png) left top;
	height: 3px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_7 {
	border: none;
	border-bottom: 1px dashed #DDDDDD;
	height: 0px;
	margin: 0;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_8 {
	border: none;
	background: url(../images/dividers_8.png) left top;
	height: 5px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
/*Boxes*/
.boxes_style_1{
	position:relative;
	}
.boxes_style_1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_1:after{
	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{
	border:1px solid #DDDDDD;
	border-top:3px solid #FF8726;
	background-color:#fff;
	padding:50px 80px;
	z-index:1;
	position:relative;
	text-align:center;
}
.boxes_style_1 .Boxes_title {
	font-size:20px;
	color:#000000;
	font-weight:normal;
	position:relative;
	padding:0 0px 25px;
	margin-bottom:0;
}
.boxes_style_1 .boxes p{
	margin:0;
	}
.boxes_style_1 .but{
	padding:35px 0 0 0;
}
.boxes_style_1 .boxes .but a.buttoncolor{
	font-weight:bold;
	color:#fff;
	font-size:13px;
	padding:18px 70px;
	margin:0 18px;
	display:inline-block;
	background-color:#FF8726;
	border:2px solid #ff8726;
	text-transform:uppercase;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.boxes_style_1 .boxes .but a.buttoncolor:hover{
	text-decoration:none;
	background-color:transparent;
	color:#FF8726;
	}
	
.boxes_style_2{
	position:relative;
	}
.boxes_style_2: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{
	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_2 .boxes{
	border:1px solid #d2cdcd;
	border-left: 3px solid #FF8726;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_2 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_2 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_3{
	position:relative;
	}
.boxes_style_3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	}
.boxes_style_3:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	}
.boxes_style_3 .boxes{
	border:1px solid #d2cdcd;
	border-bottom: 3px solid #FF8726;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.boxes_style_3 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_3 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}

.boxes_style_4{
	position:relative;
	}
.boxes_style_4: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_4: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_4 .boxes{
	background-color:#FF8726;
	padding:50px 80px;
	z-index:1;
	position:relative;
	text-align:center;
}
.boxes_style_4 .Boxes_title {
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
	padding:0 0px 25px;
	margin-bottom:0;
}
.boxes_style_4 .boxes p{
	margin:0;
	color:#fff;
	}
.boxes_style_4 .but{
	padding:35px 0 0 0;
}
.boxes_style_4 .boxes .but a.buttoncolor{
	font-weight:bold;
	color:#ff8726;
	font-size:13px;
	padding:18px 70px;
	margin:0 18px;
	display:inline-block;
	background-color:#ffffff;
	border:2px solid #ffffff;
	text-transform:uppercase;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.boxes_style_4 .boxes .but a.buttoncolor:hover{
	text-decoration:none;
	background-color:transparent;
	color:#ffffff;
	}

.boxes_style_5{
	position:relative;
	}
.boxes_style_5 .boxes{
	border:1px solid #E1E1E1;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
}
.boxes_style_5 .boxes:before {
  content: "";
  position: absolute;
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  right: -13px;
  bottom: -13px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.boxes_style_5 .boxes:after {
  content: "";
  position: absolute;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #ECECEC transparent;
  right: 4px;
  bottom: 4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.boxes_style_5 .Boxes_title {
	font-size:20px;
	color:#000000;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}

.boxes_style_6{
	position:relative;
	}
.boxes_style_6 .boxes{
	border:1px solid #FF953F;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	color:#ff8726;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}

.boxes_style_7{
	position:relative;
	}
.boxes_style_7 .boxes{
	background-color:#F5F5F5;
	padding:50px 80px;
	z-index:1;
	position:relative;
	text-align:center;
}
.boxes_style_7 .Boxes_title {
	font-size:20px;
	color:#000000;
	font-weight:normal;
	position:relative;
	padding:0 0px 25px;
	margin-bottom:0;
}
.boxes_style_7 .boxes p{
	margin:0;
	}
.boxes_style_7 .but{
	padding:35px 0 0 0;
}
.boxes_style_7 .boxes .but a.buttoncolor{
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
	padding:18px 70px;
	margin:0 18px;
	display:inline-block;
	background-color:#FF8726;
	border:2px solid #FF8726;
	text-transform:uppercase;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.boxes_style_7 .boxes .but a.buttoncolor:hover{
	text-decoration:none;
	background-color:transparent;
	color:#FF8726;
	}

.boxes_style_8{
	position:relative;
	}
.boxes_style_8 .boxes{
	border:2px solid #333333;
	background-color:#FFF;
	padding:30px;
	z-index:1;
	position:relative;
}
.boxes_style_8 .Boxes_title {
	font-size:20px;
	color:#000000;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}

.boxes_style_9{
	position:relative;
	}
.boxes_style_9 .boxes{
	background-color:#333333;
	padding:30px;
	z-index:1;
	position:relative;
}
.boxes_style_9 .Boxes_title {
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_9 .boxes p{
	color:#aaa;
	}

/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}
.carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.carousel .owl-page{
	cursor: pointer;
	width:21px;
	height:21px;
	border:2px solid #2e2e2e;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.carousel .owl-page.active{
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:-30px;
	top:50%;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-17px 0 0 0;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #2e2e2e;
	border-bottom:2px solid #2e2e2e;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #2e2e2e;
	margin-left:-4px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.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 .item {

}
.carousel_1 .owl-page {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border:none;
	margin: 0 5px;
	display: inline-block;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#bebebe;
	}
.carousel_1 .owl-page.active {
	background-color:#FF8726;
	}
	
.carousel_1 .owl-buttons .owl-prev,
.carousel_1 .owl-buttons .owl-next{
	position:absolute;
	left:32px;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-25px 0 0 0;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#d3d3d3;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_1 .owl-buttons .owl-next{
	left:auto;
	right:32px;
}

.carousel_1 .owl-buttons .owl-prev:before,
.carousel_1 .owl-buttons .owl-next:before{
	content:"";
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	width:10px ;
	height:10px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -5px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel_1 .owl-buttons .owl-next:before{
	border-left:none;
	border-right:3px solid #fff;
	margin-left:-5px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}


.carousel_1 .owl-buttons .owl-prev:hover,
.carousel_1 .owl-buttons .owl-next:hover{
	background-color:#FF8726;
}
.carousel_1 .owl-buttons .owl-prev:hover:before{
}
.carousel_1 .owl-buttons .owl-next:hover:before{
	border-left:none;
}


.cal1_main{
	position: relative;
	overflow: hidden;
	margin:0 100px;
	}	
.cal1_main .cal1_left1,
.cal1_main .cal1_left2,
.cal1_main .cal1_left3{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.cal1_main .cal1_left1{
	background-image: url(../images/carousel_1_p1.jpg);
	}
.cal1_main .cal1_left2{
	background-image: url(../images/carousel_1_p2.jpg);
	}
.cal1_main .cal1_left3{
	background-image: url(../images/carousel_1_p3.jpg);
	}
.cal1_main .cal1_right1,
.cal1_main .cal1_right2,
.cal1_main .cal1_right3{
	width: 50%;
	margin-left: 50%;
	float: left;
	padding: 100px 60px 50px 60px;
	}
.cal1_main .cal1_right1{
	background-color: #E1EDED;
	}
.cal1_main .cal1_right2{
	background-color: #F6E9DF;
	}
.cal1_main .cal1_right3{
	background-color: #E1F0DF;
	}
.cal1_main h5{
	color:#333;
	margin:0;
	line-height:normal;
	}
.cal1_main .line{
	width:40px;
	height:2px;
	background-color:#333;
	margin:20px 0;
	}
.cal1_main a.linker{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	background-color:#333;
	padding:10px 22px;
	margin:30px 0 0 0;
	display:inline-block;
	text-decoration:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	}
.cal1_main a.linker:hover{
	background-color:#ff8726;
	}
.cal1_main .bottomline{
	width:100%;
	height:1px;
	border-bottom:1px dotted #999999;
	clear:both;
	margin:100px 0 30px 0;
	}
.cal1_main .bottomicon{
	float:right;
	}
.cal1_main .bottomicon a.fa{
	font-size:24px;
	color:#B4BEBE;
	text-decoration:none;
	margin:0 0 0 2px;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */

	}
.cal1_main .bottomicon a.fa:hover{
	color:#FF8726;
	}
	
.carousel_2{
	margin:50px 0 0 0;
	}	
.carousel_2 .item{
	margin:0 15px;
	border:1px solid #E7E7E7;
	}	
.carousel_2 .item div.img{
	width:76px;
	height:76px;
	border:8px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow:hidden;
	float: right;
	margin: -30px 40px 0 0;
	position: relative;
	}
.carousel_2 .item .item_box{
	padding:40px;
	}
.carousel_2 .item .item_box h6{
	font-size:15px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	margin:0 0 15px 0;
	}
.carousel_2 .item .item_box p{
	margin:15px 0 0 0;
	}
.carousel_2 .owl-page{
	background-color:#DADADA;
	cursor: pointer;
	width:20px;
	height:20px;
	border:none;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.carousel_2 .owl-page.active{
	background-color:#FF8726;
 }



.carousel_3 .photo_box{
	margin:0;
	}
.carousel_3 .photo_box img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(../images/gray.svg#grayscale);
	filter: gray;
	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;
	}
.carousel_3 .photo_box:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: url(../images/gray.svg#normal);
	filter: none;
	}

.carousel_3 .photo_box.content_bottom_push_in .content{
	padding:25px 0;
	}
.carousel_3 .photo_box.content_bottom_push_in .content h3{
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
.carousel_3 .photo_box.content_bottom_push_in .content p{
	color:#555;
	}
.carousel_3 .owl-buttons .owl-prev, 
.carousel_3 .owl-buttons .owl-next{
	left:0;
	border-radius:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 0;
	background-color:rgba(0,0,0,0.5);
	border:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	}
.carousel_3 .owl-buttons .owl-next {
  left: auto;
  right:0;
	}
.carousel_3 .owl-buttons .owl-prev:hover, 
.carousel_3 .owl-buttons .owl-next:hover{
	background-color:rgba(0,0,0,0.8);
	}
.carousel_3 .owl-buttons .owl-prev:before, 
.carousel_3 .owl-buttons .owl-next:before{
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	}
.carousel_3 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #fff;
	margin-left: -8px;
	}
.carousel_4 .item{
	text-align:center;
	}
.carousel_4 .owl-buttons .owl-prev, 
.carousel_4 .owl-buttons .owl-next{
	border:none;
	border-radius:0;
	}
.carousel_4 .owl-buttons .owl-prev, 
.carousel_4 .owl-buttons .owl-next{
	left: 5px;
	}
.carousel_4 .owl-buttons .owl-next {
	left: auto;
	right: 5px;
	}
.carousel_4 .owl-buttons .owl-prev:before, 
.carousel_4 .owl-buttons .owl-next:before{
	border-left: 5px solid #000000;
	border-bottom: 5px solid #000000;
	width: 15px;
	height: 15px;
	margin: -7px 0 0 -7px;
	}
.carousel_4 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 5px solid #000000;
	}
.carousel_4 .owl-page.active, 
.carousel_4 .owl-buttons .owl-prev:hover, 
.carousel_4 .owl-buttons .owl-next:hover{
	border:none !important;
	}
.carousel_4 .owl-buttons .owl-prev:hover:before {
	border-left: 5px solid #FF8726;
	border-bottom: 5px solid #FF8726;
	}
.carousel_4 .owl-buttons .owl-next:hover:before {
	border-right: 5px solid #FF8726;
	border-bottom: 5px solid #FF8726;
	}

.carousel_5 .item{
	padding:10px 0 0 0;
	}
.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next{
	left:-30px;
	border:none;
	border-radius:0;
}
.carousel_5 .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}

.carousel_5 .owl-buttons .owl-prev:before,
.carousel_5 .owl-buttons .owl-next:before{
	border-left:4px solid #AAAAAA;
	border-bottom:4px solid #AAAAAA;
	width:16px ;
	height:16px;
	margin:-8px 0 0 -8px;
}
.carousel_5 .owl-buttons .owl-next:before{
	border-left:none;
	border-right:4px solid #AAAAAA;
	margin-left:-8px;
}


.carousel_6 .owl-buttons .owl-prev,
.carousel_6 .owl-buttons .owl-next{
	left:60px;
	width:60px;
	height:60px;
	line-height:60px;
	margin:-30px 0 0 0;
	border:none;
	border-radius:0;
	background-color:rgba(0,0,0,0.5);
}
.carousel_6 .owl-buttons .owl-next{
	left:auto;
	right:60px;
}
.carousel_6 .owl-buttons .owl-prev:hover,
.carousel_6 .owl-buttons .owl-next:hover{
	background-color:#FF8726;
	}

.carousel_6 .owl-buttons .owl-prev:before,
.carousel_6 .owl-buttons .owl-next:before{
	border-left:4px solid #fff;
	border-bottom:4px solid #fff;
	width:16px ;
	height:16px;
	margin:-8px 0 0 -6px;
}
.carousel_6 .owl-buttons .owl-next:before{
	border-left:none;
	border-right:4px solid #fff;
	margin-left:-10px;
}
.carousel_6 .owl-page{
	width:20px;
	height:20px;
	border:none;
	background-color:#ddd;
}

.carousel_6 .owl-page.active{
	background-color:#FF8726;
	}

.carousel_7{
	}	
.carousel_7 .item{
	margin:0 18px;
	text-align:center;
	}	
.carousel_7 .item h3{
	font-size:16px;
	color:#333;
	margin:20px 0 5px 0;
	}
.carousel_7 .item p{
	font-size:13px;
	color:#666;
	margin:0;
	}
.carousel_7 .owl-buttons .owl-prev,
.carousel_7 .owl-buttons .owl-next{
	left:-30px;
	width:60px;
	height:60px;
	line-height:60px;
	margin:-30px 0 0 0;
	border:none;
	border-radius:0;
	background-color:rgba(0,0,0,0.2);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.carousel_7 .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}
.carousel_7 .owl-buttons .owl-prev:hover,
.carousel_7 .owl-buttons .owl-next:hover{
	background-color:#FF8726;
	}

.carousel_7 .owl-buttons .owl-prev:before,
.carousel_7 .owl-buttons .owl-next:before{
	border-left:4px solid #fff;
	border-bottom:4px solid #fff;
	width:16px ;
	height:16px;
	margin:-8px 0 0 -6px;
}
.carousel_7 .owl-buttons .owl-next:before{
	border-left:none;
	border-right:4px solid #fff;
	margin-left:-10px;
}

.carousel_8 .item{
	background-color:#FFFFFF;
	text-align:center;
	}
.carousel_8 .item h3{
	margin:30px 0 0 0;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	}
.carousel_8 .item .line{
	width:80px;
	height:3px;
	background-color:#FF8726;
	margin:15px auto 20px;
	}
.carousel_8 .item p{
	font-size:13px;
	color:#999;
	text-transform: uppercase;
	margin:0 0 30px 0;
	display:inline-block;
	}
.carousel_8 .owl-buttons .owl-prev, 
.carousel_8 .owl-buttons .owl-next {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 64px;
	line-height: 64px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	margin: -105px 0 0 0;
	border: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	background-color: #3B3B39;
	}
.carousel_8 .owl-buttons .owl-next {
	left: auto;
	right:0;
	}
.carousel_8 .owl-buttons .owl-prev:before, 
.carousel_8 .owl-buttons .owl-next:before{
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
.carousel_8 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #ffffff;
	}
	
.carousel_9 .item {
	padding: 0 5px;
	}
.carousel_9 .owl-buttons .owl-prev, 
.carousel_9 .owl-buttons .owl-next{
	border: 1px solid #bbb;
	margin: -25px 0 0 -55px;
	width: 50px;
    height: 50px;
    line-height: 50px;
	left:0;
	}
.carousel_9 .owl-buttons .owl-next {
	left: auto;
	right: 0;
	margin: -25px -55px 0 0;
	}
.carousel_9 .owl-buttons .owl-prev:before, 
.carousel_9 .owl-buttons .owl-next:before{
	border-left: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	}
.carousel_9 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #bbb;
	}
	
.carousel_9 .owl-buttons .owl-prev:hover, 
.carousel_9 .owl-buttons .owl-next:hover{
	border:1px solid #FF8726;
	background-color: transparent;
	}
.carousel_9 .owl-buttons .owl-prev:hover:before, 
.carousel_9 .owl-buttons .owl-next:hover:before{
	border-left: 2px solid #FF8726;
	border-bottom: 2px solid #FF8726;
	}
.carousel_9 .owl-buttons .owl-next:hover:before {
	border-left: none;
	border-right: 2px solid #FF8726;
	}

	
/* SectionStyles */
.SectionStyles0 h3{
	color:#000;
	font-weight: normal;
	}
.SectionStyles1{
	background-color:#2C2C2C;
	}
.SectionStyles2{
	background-color:#f5f5f5;
	}
.SectionStyles3{
	background-image:url(../images/SectionStyles3.jpg);
	background-attachment:fixed;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	}
.SectionStyles3 .home1_con_title1 h4,
.SectionStyles3 .home1_con_titlep{
	color:#fff;
	}
.SectionStyles4{
	background-color:#ECE9E1;
	text-align:center;
	}
.SectionStyles4 h1{
	font-size:20px;
	color:#333;
	text-transform:uppercase;
	line-height: normal;
	margin: 0 0 20px 0;
	}
.SectionStyles4 h1 span{
	color:#FF8726;
	}
.SectionStyles4 p{
	font-size:14px;
	color:#333;
	padding: 0 100px;
	margin:0 0 40px 0;
	}
.SectionStyles4 a.linker{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
	background-color:#FF8726;
	padding:18px 54px;
	margin:0 18px;
	border:2px solid #FF8726;
	text-decoration:none;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.SectionStyles4 a.linker:hover{
	background-color:transparent;
	color:#FF8726;
	}
.SectionStyles5{
	background-image:url(../images/SectionStyles5.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	}
.SectionStyles5 .home1_con_title1 h4,
.SectionStyles5 .home1_con_titlep{
	color:#fff;
	}
.SectionStyles6{
	background-color:#ECE9E1;
	}	
.SectionStyles7{
	background-color:#F5F5F5;
	}	
.SectionStyles8{
	background-image:url(../images/SectionStyles8.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	}
.SectionStyles8 .home3_con_title1{
	color:#fff;
	}	
.SectionStyles9{
	background-image:url(../images/SectionStyles9.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	}
.SectionStyles9 .home3_con_title1,
.SectionStyles9 .home1_con_titlep{
	color:#fff;
	}
.SectionStyles9 .home1_con_titlep{
	margin:0 0 50px 0;
	}

.SectionStyles10{
	background-image:url(../images/SectionStyles10.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	}
.SectionStyles10 .home4_con_title1,
.SectionStyles10 .home1_con_titlep{
	color:#fff;
	}
.SectionStyles10 .home4_con_title1line,
.SectionStyles10 .home4_con_tltle1linebox:before,
.SectionStyles10 .home4_con_tltle1linebox:after{
	background-color:#fff;
	}
.SectionStyles11{
	background-image:url(../images/SectionStyles11.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	background-attachment:fixed;
	padding:100px 0;
	}
.SectionStyles12{
	background-image:url(../images/SectionStyles12.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	background-attachment:fixed;
	}
.SectionStyles12 .home5_con_title2{
	color:#fff;
	}
.SectionStyles12 .home5_con_titleline{
	background-color:#fff;
	}
.SectionStyles13{
	background-color:#F1F1F1;
	}
.SectionStyles14{
	background-color:#FF8726;
	}
.SectionStyles14 h3,
.SectionStyles14 p,
.SectionStyles14 .source_code a,
.SectionStyles14 .source_code a span.fa{
	color:#fff;
	}
.SectionStyles15{
	background-image:url(../images/SectionStyles9.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	}
.SectionStyles16{
	background-image:url(../images/SectionStyles16.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	}
.SectionStyles17{
	background-image:url(../images/SectionStyles17.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	background-attachment:fixed;
	padding:170px 0;
	}
.SectionStyles18{
	background-color:#E1EDED;
	}
.SectionStyles18 .linker_out{
	display:block;
	text-align:center;
	}
.SectionStyles18 a.linker{
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#FF8726;
	margin:40px auto 0;
	display: inline-block;
 	padding: 16px 53px;
	border:2px solid #FF8726;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}

.SectionStyles18 a.linker:hover{
	background-color:transparent;
	color:#FF8726;
	}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	[class*="SectionStyles"]{
        background-attachment: scroll !important;
    }
}
*/
/* number_Animation */
.number_Animation_1{
	}
.number_Animation_1 .number_out{
	text-align:center;
	position:relative;
	width:16.666%;
	float:left;
	cursor:pointer;
	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;
	}
.number_Animation_1 .number_out:nth-child(odd){
	background-color:#FF933C;
	}
.number_Animation_1 .number_out:nth-child(even){
	background-color:#F28024;
	}
.number_Animation_1 .number_out:hover{
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	z-index:1;
	background-color:#FF5A3A;
	}
.number_Animation_1 .number_out:last-child{
	right:0;
	}
.number_Animation_1 .number_out:last-child:hover{
	right:17px;
	}
.number_Animation_1 .number_out:hover:before{
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	left:20px;
	top:20px;
	}
.number_Animation_1 .number_out:hover:after{
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	right:20px;
	top:20px;
	}

.number_Animation_1 .number_main{
	}
.number_Animation_1 .number_out:hover .number_main:before{
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	border-bottom:3px solid #fff;
	border-left:3px solid #fff;
	left:20px;
	bottom:20px;
	}
.number_Animation_1 .number_out:hover .number_main:after{
	content:"";
	position:absolute;
	width:50px;
	height:50px;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	right:20px;
	bottom:20px;
	}		
	
	
	
.number_Animation_1 .number_box{
	padding: 114px 0;
	}

.number_Animation_1 span.number{
	display:block;
	font-size:50px;
	color:#fff;
	line-height:normal;
	}
.number_Animation_1 span.line{
	width:50px;
	height:3px;
	display:inline-block;
	margin:10px auto;
	background-color:#fff;
	}
.number_Animation_1 span.number_name{
	display:block;
	font-size:15px;
	color:#fff;
	line-height:normal;
	}
.number_Animation_2 .number_Animation_bg{
	text-align:center;
	}
.number_Animation_2 .number_Animation_bg span{
	display:block;
	}
.number_Animation_2 .number_Animation_bg span.fa{
	font-size:70px;
	color:#DDDDDD;
	margin:0 0 10px 0;
	}
.number_Animation_2 .number_Animation_bg span.number{
	font-size:50px;
	color:#333;
	}
.number_Animation_2 .number_Animation_bg p{
	padding: 0;
	margin: 20px 0 0 0;
	}


.number_Animation_3 .na_box{
	background-image:url(../images/number_Animation_3.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	min-width: 246px;
	min-height: 278px;
	padding:100px 0;
	}

.number_Animation_3 .na_box span{
	font-size:50px;
	color:#fff;
	line-height: normal;
	}
.number_Animation_3 .na_box p{
	font-size:16px;
	color:#fff;
	line-height: normal;
	margin:0;
	}

.number_Animation_4{
	padding:0 217px;
	}	
.number_Animation_4 .na_box {
	width:244px;
	height:276px;
	float:left;
	text-align:center;
	background-repeat:no-repeat;
	background-position: center center;
	margin-left: 2px;
	margin-right: 2px;
	padding: 80px 0;
	}
.number_Animation_4 .na_box.the1{
	background-image:url(../images/number_Animation_4_1.png);
	}
.number_Animation_4 .na_box.the2{
	background-image:url(../images/number_Animation_4_2.png);
	}	
.number_Animation_4 .na_box.the3{
	background-image:url(../images/number_Animation_4_3.png);
	}
.number_Animation_4 .na_box.the4{
	background-image:url(../images/number_Animation_4_4.png);
	}
.number_Animation_4 .na_box .na_boxtop{
	font-size:60px;
	font-weight:bold;
	color:#fff;
	line-height: normal;
	}
.number_Animation_4 .na_box .line{
	width:32px;
	height:3px;
	background-color:#fff;
	margin:10px auto;
	}
.number_Animation_4 .na_box p{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
	letter-spacing: 1px;
	}
	
	
/*loaded_list*/
.loaded_list p{
	margin:0 0 10px 0;
	}
.loaded_list .progress{
	background-color:#E7E7E7;
	border-radius:0;
	box-shadow:none;
	position:relative;
	overflow:inherit;
	margin-bottom: 27px;
	}
.loaded_list .progress.the4{
	margin-bottom:0;
	}
.loaded_list .progress .bar {
	height: 20px;
	line-height: 20px;
	text-align: right;
	color:#FFF;
	width:0;
	
	background-image:url(../images/loaded_list.png);
	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.the1 .bar{
	background-color:#87C94E;
	}
.loaded_list .progress.the2 .bar{
	background-color:#E5B700;
	}
.loaded_list .progress.the3 .bar{
	background-color:#69CFB5;
	}
.loaded_list .progress.the4 .bar{
	background-color:#FF8726;
	}

.loaded_list .progress .bar span {
	font-size:13px;
	color:#666;
	position:absolute;
	bottom:100%;
	right:0;
	margin: 0px 0 9px 0;
	}
	
.loaded_list2 .progress{
	background-color:#F1F1F1;
	border-radius:0;
	box-shadow:none;
	position:relative;
	overflow:inherit;
	margin-bottom: 27px;
	height:10px;
	}
.loaded_list2 .progress.the4{
	margin-bottom:0;
	}
.loaded_list2 .progress .bar {
	position: relative;
	height: 10px;
	line-height: 10px;
	text-align: right;
	color:#FFF;
	width:0;
	background-color:#FF8726;
	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_list2 .progress .bar span {
	position: absolute;
	right: 0px;
	bottom: 100%;
	background: #414141;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px;
	line-height: normal;
	font-size: 12px;
	text-indent: 0;
	margin-bottom: 8px;
	float: right;
	}
.loaded_list2 .bar span:before {
	border: 5px solid transparent;
	border-right: 5px solid #414141;
	content: "";
	display: block;
	position: absolute;
	left:0;
	top: 100%;
	width: 0;
	margin-top: -8px;
	margin-left: -5px;
	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 */
	}

.loaded_list3{
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:1px solid #d5d5d5;
	}
.loaded_list3 li{
	border-top:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	padding: 14px 0;
	line-height: 20px;
	}
.loaded_list3 p{
	margin:0 0 0 20px;
	float:left;
	}
.loaded_list3 .progress{
	background-color:#DBDBDB;
	box-shadow:none;
	position:relative;
	overflow:inherit;
	height:8px;
	margin: 5px 70px 5px 125px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	}

.loaded_list3 .progress .bar {
	height: 8px;
	line-height: 8px;
	text-align: right;
	color:#666;
	width:0;
	background-color:#FF8726;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	transition: 		width ease-in 200ms;
	-moz-transition: 	width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		width ease-in 200ms; /* Opera */
	-ms-transition: 	width ease-in 200ms; /* IE9? */
	}

.loaded_list3 .progress .bar span {
	position: absolute;
	left:100%;
	color: #666;
	line-height: normal;
	font-size: 13px;
	text-indent: 0;
	float: right;
	margin: -4px 0 0 25px;
	}


.loaded_list4 p{
	margin:0 0 10px 0;
	}
.loaded_list4 .progress{
	height: 16px;
	background-color:#EFEFEF;
	border-radius:0;
	box-shadow:none;
	position:relative;
	overflow:inherit;
	margin-bottom: 27px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	}
.loaded_list4 .progress.the4{
	margin-bottom:0;
	}
.loaded_list4 .progress .bar {
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	height: 16px;
	line-height: 16px;
	text-align: right;
	color:#FFF;
	width:0;
	transition: 		width ease-in 200ms;
	-moz-transition: 	width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		width ease-in 200ms; /* Opera */
	-ms-transition: 	width ease-in 200ms; /* IE9? */
	}
.loaded_list4.the1 .progress .bar{
	background-color:#FF8726;
	}
.loaded_list4.the2 .progress .bar{
	background-color:#EBC400;
	}
.loaded_list4 .progress .bar span {
	font-size:13px;
	color:#666;
	position:absolute;
	bottom:100%;
	right:0;
	margin: 0px 0 9px 0;
	}

.loaded_list5 .progress{
	background-color: transparent;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	box-shadow:none;
	position:relative;
	overflow:inherit;
	margin-bottom: 27px;
	height:42px;
	border:1px solid #e1e1e1;
	}
.loaded_list5 .progress p{
	position: absolute;
	left: 30px;
	height: 100%;
	margin: 0;
	z-index: 2;
	line-height: 42px;
	color:#fff;
	font-size:13px;
	}
.loaded_list5 .progress.the5{
	margin-bottom:0;
	}
.loaded_list5 .progress .bar {
	background-image:url(../images/loaded_list5.png);
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color:#FFF;
	width:0;
	background-color:transparent;
	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_list5 .progress.the1 .bar{
	background-color:#89CA51;
	}
.loaded_list5 .progress.the2 .bar{
	background-color:#E5B804;
	}
.loaded_list5 .progress.the3 .bar{
	background-color:#6BD0B6;
	}
.loaded_list5 .progress.the4 .bar{
	background-color:#FF8929;
	}
.loaded_list5 .progress.the5 .bar{
	background-color:#EF6B6B;
	}

.loaded_list5 .progress .bar span {
	position: absolute;
	top:2px;
	right: 2px;
	background: #ffffff;
	color: #313131;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	padding:0;
	font-size: 12px;
	text-indent: 0;
	}

.loaded_list6 .progress{
	background-color: #fff;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	box-shadow:none;
	position:relative;
	overflow:inherit;
	margin-bottom: 27px;
	height:12px;
	border:1px solid #EAEAEA;
	}
.loaded_list6 .progress p{
	}
.loaded_list6 .progress.the5{
	margin-bottom:0;
	}
.loaded_list6 .progress .bar {
	background-color:#FF8726;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	position: relative;
	height: 10px;
	line-height: 10px;
	text-align: right;
	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_list6 .progress .bar span {
	border:3px solid #FF8726;
	position: absolute;
	top: 50%;
	left: 100%;
	background: #ffffff;
	color: #FF8726;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width:39px;
	height:39px;
	text-align:center;
	line-height:33px;
	padding:0;
	font-size: 12px;
	text-indent: 0;
	margin: -20px 0 0 -20px;
	}


/*accordion_1*/
.accordion_1.panel-group{
	margin-bottom:0;
	}
.accordion_1 .panel-default{
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_1 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_1 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_1 .panel-body p.linker{
	text-align:right;
	}
.accordion_1 .panel-title a {
	color:#fff;
	display:block;
	padding:16px 0px 16px 20px;
	position: relative;
	font-size: 15px;
	font-weight:normal;
	background-color:#FF8726;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_1 .panel-title a .accordion_icon{
	width: 20px;
	height: 20px;
	line-height:20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin:-10px 0 0 0;
	text-align: center;
	color: #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #fff;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

.accordion_1 .panel-title a.collapsed{
	color: #333;
	border:none;
	background-color: transparent;
}
.accordion_1 .panel-title a.collapsed .accordion_icon{
	color: #888888;
	border:1px solid #888;
}
.accordion_1 .panel-title a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#FF8726;
}
.accordion_1 .panel-title a:hover .accordion_icon {
	color: #fff;
	border:1px solid #fff;
}
.accordion_1 .accordion_icon:before {
	content: "\f067";
	font-family:'FontAwesome';
	margin: 0 0 0 -4px;
	margin:0 0 0 4px\9;
	position: absolute;
}

.accordion_1 .panel-title a .accordion_icon:before {
	content: "\f068";
	font-size:12px;
}
.accordion_1 .panel-title a.collapsed .accordion_icon:before {
	content: "\f067";
	font-size:12px;
}
/*accordion_2*/	
.accordion_2 .panel-default{
	background-color:#FFF;
	margin:0px!important;	
	border:none;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_2 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	margin:0px;	
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_2 .panel-body{
	 border:none!important;
	 padding:15px 0 !important;
}
.accordion_2 .panel-title a {
	color:#333;
	display:block;
	border-bottom:1px solid #EBEBEB;
	padding:19px 0px 19px 45px;
	position: relative;
	font-size: 15px;
	font-weight:normal;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}


.accordion_2 .panel-title a .accordion_icon{
	width:22px;
	height:22px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin:-11px 0 0 0;
	line-height:22px;
	text-align: center;
	background-color: #FF8726;
	color: #ffffff;
	
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_2 .panel-title a.collapsed .accordion_icon{
	background-color: #E9E9E9;
	color: #888888;
}
.accordion_2 .panel-title a.collapsed{
	color: #333;
}

.accordion_2 .panel-title a:hover{
	text-decoration:none;
	color:#333333;
}
.accordion_2 .panel-title a:hover .accordion_icon {
	
}
.accordion_2 .accordion_icon:before {
	content: "\002B";
}

.accordion_2 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:22px;
}
.accordion_2 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:22px;
}

.accordion_3{
	margin-bottom:0;
	}
.accordion_3 .panel-default{
	border-radius:0;
	border-color:#e4e4e4;
	border-top:none
	}
.accordion_3 .panel-default > .panel-heading{
	background-color:#fff;
	border-radius:0;
	border-color:#e4e4e4;
	padding:0;
	}
.accordion_3 .panel-title{
	font-size:14px;
	font-weight:normal;
	}
.accordion_3 .panel-title a.collapsed,
.accordion_3 .panel-title a{
	padding: 19px 28px;
	color:#333;
	text-decoration:none;
	display:block;
	border-top:1px solid #e4e4e4;
	position:relative;
	}
.accordion_3 .panel-title a.collapsed:before{
	color:#BEBEBE;
	}
.accordion_3 .panel-title a:before{
	color:#FF8726;
	content:"\f107";
	position:absolute;
	font-family:"FontAwesome";
	font-size:14px;
	right: 14px;
	}
.accordion_3 .panel-title a{
	border-top:1px solid #FF8726;
	}
.accordion_3 .panel-title a.collapsed span.fa,
.accordion_3 .panel-title a span.fa{
	font-size:14px;
	margin:0 10px 0 0;
	color:#FF8726;
	}
.accordion_3 .panel-body {
	padding: 35px 28px;
	}


.accordion_4{
	margin-bottom:0;
	}
.accordion_4 .panel-heading {
	padding:0;
	}
.accordion_4 .panel-title{
	font-size:14px;
	font-weight:normal;
	}
.accordion_4 .panel-title a.collapsed{
	color:#333;
	}
.accordion_4 .panel-title a{
	color:#ff8726;
	display:block;
	padding:20px 30px;
	text-decoration:none;
	position:relative;
	}
.accordion_4 .panel-title a span.accordion_icon{
	width:60px;
	border-left:1px solid #DFDFDF;
	height:100%;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	}
.accordion_4 .panel-title a span.accordion_icon:before{
	font-size:12px;
	color:#FF8726;
	position:absolute;
	font-family:"FontAwesome";
	content:"\f068";
	left:50%;
	top:50%;
	margin:-11px 0 0 -4px;
	}
.accordion_4 .panel-title a.collapsed span.accordion_icon:before{
	content:"\f067";
	color:#aaaaaa;
	}
.accordion_4 .panel-body {
	padding:40px;
	line-height:24px;
	}
.accordion_5{
	margin-bottom:0;
	border:1px solid #eeeeee;
	}
.accordion_5 .panel-default{
	background-color:#FFF;
	margin:0px!important;	
	border:none;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_5 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	margin:1px 0 0px 0;	
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_5 > .panel-default:first-child > .panel-heading{
	margin:0;
	}
.accordion_5 .panel-body{
	 border:none!important;
	 padding:35px 40px 35px 58px!important;
}
.accordion_5 .panel-body p{
	margin:0;
	line-height:22px;
	}
.accordion_5 .panel-title a {
	display:block;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background-color: transparent;
	padding:18px 0px 18px 80px;
	position: relative;
	font-size: 14px;
	font-weight:normal;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.accordion_5 .panel-default:first-child .panel-title a {
	border-top:none;
	}


.accordion_5 .panel-title a .accordion_icon{
	width: 58px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #F1F1F1;
	color: #969595;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_5 .panel-title a.collapsed{
	border-top:1px solid #eeeeee;
	border-bottom:none;
	color: #333;
}
.accordion_5 .panel-default:first-child .panel-title a.collapsed {
	border-top:none;
	}
.accordion_5 .panel-title a.collapsed .accordion_icon{

}
.accordion_5 .panel-title a:hover{
	text-decoration:none;
}
.accordion_5 .panel-title a:hover .accordion_icon {
}
.accordion_5 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_5 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:21px;
}
.accordion_5 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}
.accordion_6{
	margin-bottom:0;
	}
.accordion_6 .panel-default{
	border-radius:0;
	border-color:#e4e4e4;
	border-top:none
	}
.accordion_6 .panel-default > .panel-heading{
	background-color:#fff;
	border-radius:0;
	border-color:#e4e4e4;
	padding:0;
	}
.accordion_6 .panel-title{
	font-size:14px;
	font-weight:normal;
	}
.accordion_6 .panel-title a.collapsed,
.accordion_6 .panel-title a{
	padding: 19px 28px;
	color:#333;
	text-decoration:none;
	display:block;
	border-top:1px solid #e4e4e4;
	position:relative;
	}
.accordion_6 .panel-title a.collapsed:before{
	color:#BEBEBE;
	border:1px solid #BEBEBE;
	}
.accordion_6 .panel-title a:before{
	color:#FF8726;
	content:"\f107";
	position:absolute;
	font-family:"FontAwesome";
	font-size:14px;
	right: 14px;
	width:25px;
	height:25px;
	border:1px solid #ff8726;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height:23px;
	text-align:center;
	}
.accordion_6 .panel-title a{
	color:#FF8726;
	}

.accordion_6 .panel-body {
	padding: 35px 50px;
	}
/*quotes*/
.quotes_1 blockquote {
	background: #F2F2F2;
	border:none;
	color: #666666;
	text-indent: 0px;
	padding:50px 30px 50px 100px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-style: normal;
	position:relative;
	}
.quotes_1 blockquote span.mark{
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	background-color:#FF8726;
	color:#fff;
	font-size:26px;
	text-align:center;
	line-height:70px;
	padding:0;
	}
.quotes_1 blockquote p{
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	margin:0 0 30px 0;
	}
.quotes_1 blockquote small{
	display: block;
	font-size: 13px;
	line-height: normal;
	color: #000;
	}
.quotes_1 blockquote small span{
	color:#FF8726;
	}

.quotes_2 blockquote {
	border:1px solid #E2E2E2;
	background-color: transparent;
	color: #666666;
	text-indent: 0px;
	padding:50px 30px 50px 90px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-style: normal;
	position:relative;
	}
.quotes_2 blockquote:before {
  content: "";
  position: absolute;
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  right: -13px;
  bottom: -13px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.quotes_2 blockquote:after {
  content: "";
  position: absolute;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #E1E1E1 transparent;
  right: 4px;
  bottom: 4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.quotes_2 blockquote span.mark{
	position:absolute;
	left:35px;
	top:40px;
	color:#DDDDDD;
	font-size:24px;
	text-align:center;
	padding:0;
	}
.quotes_2 blockquote p{
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	margin:0 0 30px 0;
	}
.quotes_2 blockquote small{
	display: block;
	font-size: 13px;
	line-height: normal;
	color: #000;
	}
.quotes_2 blockquote small span{
	color:#FF8726;
	}


.quotes_3 blockquote {
	border:1px solid #E2E2E2;
	border-top:3px solid #FF8726;
	background-color: transparent;
	color: #666666;
	text-indent: 0px;
	padding:50px 30px 50px 90px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-style: normal;
	position:relative;
	}
.quotes_3 blockquote span.mark{
	position:absolute;
	left:35px;
	top:40px;
	color:#DDDDDD;
	font-size:24px;
	text-align:center;
	padding:0;
	}
.quotes_3 blockquote p{
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	margin:0 0 30px 0;
	}
.quotes_3 blockquote small{
	display: block;
	font-size: 13px;
	line-height: normal;
	color: #000;
	}
.quotes_3 blockquote small span{
	color:#FF8726;
	}

.quotes_4 blockquote {
	border:none;
	background-color: #FF8726;
	color: #ffffff;
	text-indent: 0px;
	padding:50px 30px 50px 125px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-style: normal;
	position:relative;
	}
.quotes_4 blockquote span.mark{
	width:50px;
	height:50px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #fff;
	line-height:48px;
	text-align:center;
	position:absolute;
	left:35px;
	top:50px;
	color:#fff;
	font-size:24px;
	text-align:center;
	padding:0;
	}
.quotes_4 blockquote p{
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	font-style: normal;
	margin:0 0 30px 0;
	}
.quotes_4 blockquote small{
	display: block;
	font-size: 13px;
	line-height: normal;
	color: #fff;
	}

.quotes_5 blockquote {
	border:none;
	background-color: transparent;
	color: #666666;
	text-indent: 0px;
	padding:20px 90px;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	font-style: normal;
	position:relative;
	text-align:center;
	}
.quotes_5 blockquote span.mark{
	width:70px;
	height:70px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#FF8726;
	line-height:68px;
	text-align:center;
	color:#fff;
	font-size:24px;
	text-align:center;
	padding:0;
	margin:0 0 40px 0;
	}
.quotes_5 blockquote p{
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	font-style: normal;
	margin:0 0 30px 0;
	}
.quotes_5 blockquote small{
	display: block;
	font-size: 13px;
	line-height: normal;
	color: #666666;
	}
.quotes_5 blockquote small span{
	color:#FF8726;
	}
/*dropcaps*/
.dropcaps_1{
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#fff;
	background-color:#FF8726;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-transform:uppercase;
}
.dropcaps_2{
	width:80px;
	height:80px;
	line-height:76px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#FF8726;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #FF8726;
	text-transform:uppercase;
}	
.dropcaps_3{
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#fff;
	background-color:#FF8726;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-transform:uppercase;
}	
.dropcaps_4{
	width:80px;
	height:80px;
	line-height:76px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#FF8726;
	border:2px solid #FF8726;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-transform:uppercase;
}
.dropcaps_5{
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#333333;
	background-color:#EEEEEE;
	text-transform:uppercase;

}	
.dropcaps_6{
	width:80px;
	height:80px;
	line-height:76px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#AAAAAA;
	border:2px solid #DDDDDD;
	text-transform:uppercase;
}		
.dropcaps_7{
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#ffffff;
	background-color:#333333;
	text-transform:uppercase;
}	
.dropcaps_8{
	width:80px;
	height:80px;
	line-height:76px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 28px 0 0;
	color:#333333;
	border:2px solid #333333;
	text-transform:uppercase;
}	
.dropcaps_9{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 30px 0 0;
	color:#ffffff;
	text-transform:uppercase;
	background-color:#FF8726;
}	

/*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 {
	width: 100%;
	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 {
	position:relative;
	color: #FFF;
	width: 50px!important;
	height: 50px!important;
	line-height: 50px!important;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 0px 3px;
	background-color: #FF8726;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.photo_box .ico h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.vertical_center_1 {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical_center_2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.photo_box .content h3 {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content p {
	color: #FFF;
	font-size: 13px;
}

.photo_box .content >.fa {
	font-size: 50px;
	height: 70%;
	position: relative;
}

.photo_box .content > .fa:before {
	position: absolute;
	top: 50%;
	left: 0;
}

.photo_box .content .ico {
	position: static;
	margin: 0 0 15px;
}

.photo_box .shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.photo_box .ico,
.photo_box .content,
.photo_box .shade {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover .ico,
.photo_box:hover .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box:hover .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.default_show .ico,
.photo_box.default_show .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.default_show .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.img_zoom .pic_box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-webkit-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	-ms-transition: all ease-out 300ms;
}

.photo_box:hover.img_zoom .pic_box img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.photo_box.ico_left_enter .ico,
.photo_box.ico_right_enter .ico,
.photo_box.ico_top_enter .ico,
.photo_box.ico_bottom_enter .ico,
.photo_box.ico_LeftAndRight_enter span,
.photo_box.ico_TopAndBottom_enter span {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box.ico_left_enter .ico {
	left: -100%;
}

.photo_box:hover.ico_left_enter .ico {
	left: 0%;
}

.photo_box.ico_right_enter .ico {
	left: 100%;
}

.photo_box:hover.ico_right_enter .ico {
	left: 0%;
}

.photo_box.ico_top_enter .ico {
	top: -100%;
}

.photo_box:hover.ico_top_enter .ico {
	top: 50%;
}

.photo_box.ico_bottom_enter .ico {
	top: 150%;
}

.photo_box:hover.ico_bottom_enter .ico {
	top: 50%;
}

.photo_box.ico_LeftAndRight_enter span.ico_left {
	transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	-o-transform: translate(-200px, 0);
	-moz-transform: translate(-200px, 0);
}

.photo_box.ico_LeftAndRight_enter span.ico_right {
	transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	-webkit-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
}

.photo_box.ico_TopAndBottom_enter span.ico_top {
	transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
}

.photo_box.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
}

.photo_box:hover.ico_LeftAndRight_enter span.ico_left,
.photo_box:hover.ico_LeftAndRight_enter span.ico_right,
.photo_box:hover.ico_TopAndBottom_enter span.ico_top,
.photo_box:hover.ico_TopAndBottom_enter span.ico_bottom {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.ico_push_in img {
	margin-bottom: -15px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.ico_push_in .ico {
	top: auto;
	bottom: -50px;
	width: 100%;
	background-color: #FF8726;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.ico_push_in .ico span {
	background-color: transparent!important
}

.photo_box.ico_push_in .ico a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

.photo_box.ico_push_in .ico a:first-child {
	border-right: 1px solid #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-right: -2px;
}

.photo_box:hover.ico_push_in img {
	margin-top: -15px;
	margin-bottom: 0;
}

.photo_box:hover.ico_push_in .ico {
	top: auto;
	bottom: 0px;
}

.photo_box.ico_left_rotate .ico,
.photo_box.ico_left_rotate .ico >span,
.photo_box.ico_right_rotate .ico,
.photo_box.ico_right_rotate .ico >span {
	width: 50px;
	height: 50px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0;
}

.photo_box.ico_left_rotate .ico {
	left: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.photo_box.ico_right_rotate .ico {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.photo_box:hover.ico_left_rotate .ico,
.photo_box:hover.ico_right_rotate .ico {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}

.photo_box.content_top_increment .increment_1 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	-moz-transform: translate(0, -300px);
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .increment_2 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -340px);
	-moz-transform: translate(0, -340px);
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box.content_top_increment .increment_3 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -380px);
	-moz-transform: translate(0, -380px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_1,
.photo_box:hover.content_top_increment .increment_2,
.photo_box:hover.content_top_increment .increment_3 {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box:hover.content_top_increment .increment_1 {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_2 {
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box:hover.content_top_increment .increment_3 {
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .content h3 {
	background-color: #FF8726;
	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: #FF8726;
}

.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: #FF8726;
	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: #FF8726;
	border-top-color: #FF8726;
}

.photo_box.icon_tag_push .ico span {
	background: none;
	width: auto!important;
	height: auto!important;
	display: inline-block!important;
	line-height: 60px!important;
	width: 50px!important;
	text-align: center!important;
}

.photo_box:hover.icon_tag_push .ico {
	right: 0px;
	top: 0px;
}

.photo_box.icon_tag_push .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	width: auto;
	height: auto;
	padding: 13px 36px;
	color: #666666;
	top: auto;
	bottom: 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.icon_tag_push .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	height: auto;
	padding: 10px 0;
	color: #666666;
	top: auto;
	bottom: 0px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
}

.photo_box.content_bottom_push_in .content:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	border-bottom-color: rgba(255,255,255,0.8);
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -4px;
}

.photo_box.content_bottom_push_in .content h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content p {
	color: #666666;
	margin-bottom: 0;
}

.photo_box:hover.content_bottom_push_in .content {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.content_bottom_push_in_2 .shade {
	background-color: #000;
	top: 100%;
	margin-top: -40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box:hover.content_bottom_push_in_2 .shade {
	top: 0;
	margin: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.content_bottom_push_in_2 .content {
	filter: alpha(opacity=100);
	opacity: 1;
	height: 40px;
	top: 100%;
	margin-top: -35px;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box:hover.content_bottom_push_in_2 .content {
	height: 100%;
	top: 0;
	margin-top: 0;
}

.photo_box.content_bottom_push_in_2 .but {
	border: 1px solid #FFF;
	padding: 10px 22px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
	text-decoration: none;
}

.photo_box.entirety_left_offset .shade {
	background-color: #f0f0f0;
}

.photo_box.entirety_left_offset .shade,
.photo_box.entirety_left_offset .ico,
.photo_box.entirety_left_offset .content {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 100%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.photo_box.entirety_left_offset .ico {
	width: auto;
	top: auto;
	bottom: 0;
}

.photo_box.entirety_left_offset .ico span {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0;
}

.photo_box.entirety_left_offset .content {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 80px 30px 30px;
}

.photo_box.entirety_left_offset h3,
.photo_box.entirety_left_offset p,
.photo_box.entirety_left_offset a {
	color: #666;
}

.photo_box:hover.entirety_left_offset .shade,
.photo_box:hover.entirety_left_offset .ico,
.photo_box:hover.entirety_left_offset .content {
	left: 50px;
}

.photo_box.entirety_bevel .content {
	height: 60%;
	text-align: left;
	top: 0;
	padding: 0px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_box.entirety_bevel .ico {
	height: 40%;
	text-align: left;
	margin: 0;
	top: 60%;
	left: 40px;
}

.photo_box.entirety_bevel .ico span {
	background-color: transparent;
	border: 1px solid #FFF;
}

.photo_box:hover.entirety_bevel .shade {
	background-color: #FF8726;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
	content: "";
	border-width: 0px;
	border-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #FFF;
	border-left-color: #e5e5e5;
	border-bottom-color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: border-width ease-in 200ms;
	-moz-transition: border-width ease-in 200ms;
	-webkit-transition: border-width ease-in 200ms;
	-o-transition: border-width ease-in 200ms;
	-ms-transition: border-width ease-in 200ms;
}

.photo_box:hover.entirety_bevel .pic_box:before {
	border-width: 25px;
	transition: border-width ease-in 200ms;
	-moz-transition: border-width ease-in 200ms;
	-webkit-transition: border-width ease-in 200ms;
	-o-transition: border-width ease-in 200ms;
	-ms-transition: border-width ease-in 200ms;
}

.img_left {
	float: left;
	width: auto;
	margin: 8px 15px 5px 0;
}

.img_right {
	float: right;
	width: auto;
	margin: 8px 0 5px 15px;
}

.img_center {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 5px
}

.img_center .pic_box {
	display: inline-block;
	width: auto;
}

.box_border_radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.box_border_round {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.box_border {
	border: 3px solid #dddddd;
	overflow: hidden;
}

.box_border_padding {
	border: 1px solid #dddddd;
	padding: 3px;
}

.box_bottom_shadow {
	box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
}

.box_bottom_shadow_left,
.box_bottom_shadow_right {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.box_bottom_shadow_left:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index: 0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -24px 0 0 0;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}

.box_bottom_shadow_right:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index: -1;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -24px 0 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(-deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}
@-webkit-keyframes 
ico_rotate {
0% {
-webkit-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-webkit-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-webkit-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@-moz-keyframes 
ico_rotate {
0% {
-moz-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-moz-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-moz-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@-o-keyframes 
ico_rotate {
0% {
-0-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-0-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-0-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@keyframes 
ico_rotate {
0% {
transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
transform:rotate(0deg) scale(1);
opacity:1;
}
}

.ico_rotate .ico span {
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.ico_rotate:hover .ico span {
	-webkit-animation-name: ico_rotate;
	-moz-animation-name: ico_rotate;
	-o-animation-name: ico_rotate;
	animation-name: ico_rotate;
}

.shade_zoom .shade {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.shade_zoom:hover .shade {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shade_zoom .ico span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	border: 1px solid #FFF;
	background-color: transparent!important;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.shade_zoom:hover .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
	overflow: hidden;
	top: auto;
	left: 0;
	bottom: 0;
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.ico_no_bg .fa {
	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 #FF8726;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_5 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_5 h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 8px 10px;
	padding: 0;
}

.text_sytle_6 h3 {
	color: #363839;
	font-size: 18px;
	padding: 25px 0px 0px;
	font-weight: normal;
	margin-bottom: 0px;
}

.text_sytle_6 .info {
	margin-bottom: 10px;
}

.text_sytle_6 .social-icons a {
	font-size: 23px;
	color: #8a8989;
	filter: alpha(opacity=50);
	opacity: 0.5;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.text_sytle_6 .social-icons a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.text_sytle_7 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_7 h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 10px 8px;
}

.text_sytle_7 h3 span {
	float: right;
}
/* 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;
}

/*loading*/
/*loading*/
.loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.loading .container1 > div,
.loading .container2 > div,
.loading .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.loading .circle1 {
	top: 0;
	left: 0;
}
.loading .circle2 {
	top: 0;
	right: 0;
}
.loading .circle3 {
	right: 0;
	bottom: 0;
}
.loading .circle4 {
	left: 0;
	bottom: 0;
}
.loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes 
bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
@keyframes 
bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}


/* ---- combination filters ---- */
.isotope_grid {
	width:100%;
	overflow:hidden;
	position:relative;
}
.isotope_grid .loading {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -10px;
}

/* Portfolios bug*/
.portfolio_block.isotope {
	width:auto;
}

.isotope_grid .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:30px;
}

.isotope_grid .isotope_item {
  width:0px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}
.isotope_grid .isotope_item .pic_box img{
	width:100%
}
.isotope_grid .isotope_item > div {
	margin:0;
}

.isotope_grid .isotope_group{
	text-align:center;
	padding:10px 0 30px; 
}
.isotope_grid .isotope_group a{
	margin:0px 10px;
	padding:6px 17px;
	color:#575757;
	font-size:14px;
	border:1px solid transparent;
	text-decoration:none;
	display:inline-block;
	transition: 		border ease-in 200ms,color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	border ease-in 200ms,color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border ease-in 200ms,color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms,color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms,color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.isotope_grid .isotope_group a:hover,
.isotope_grid .isotope_group a.active {
	border:1px solid #FF8726;
	color:#FF8726;
	text-decoration:none;
}

.isotope_grid.isotope_1 .isotope_group{
	padding:40px 0 50px 0;
	}
.isotope_grid.isotope_1 .isotope_group a{
	border:2px solid #cccccc;
	font-size:13px;
	color:#666;
	text-transform:uppercase;
	margin: 0px 5px;
	padding: 14px 35px;
	font-weight:bold;
	}
.isotope_grid.isotope_1 .isotope_group a:hover, 
.isotope_grid.isotope_1 .isotope_group a.active {
	border: 2px solid #ff8726;
	color: #ff8726;
	}
.isotope_grid.isotope_1 .isotope_main .photo_box .ico span{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	}
.isotope_grid.isotope_1 .isotope_main .photo_box .ico span:after{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border:2px solid #fff;
	width: 50px!important;
	height: 50px!important;
	line-height: 50px!important;
	position:absolute;
	content:"";
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	}
.isotope_1_bottom {
	text-align:center;
	}


/***Text layouts***/
.Text_layouts2.isotope_grid .isotope_group{
	padding: 30px 0 30px;
	}
.Text_layouts2.isotope_grid .isotope_group a{
	background-color:#e7e7e7;
	border:none;
	font-size:13px;
	color:#333;
	margin: 0px 2px;
	padding:11px 30px;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.Text_layouts2.isotope_grid .isotope_group a:hover, 
.Text_layouts2.isotope_grid .isotope_group a.active {
	background-color:#FF8726;
	color: #fff;
	text-decoration: none;
	}
.Text_layouts2 .isotope_main{
	margin-left:-15px;
}
.Text_layouts2 .isotope_item .photo_box{
	margin:0 0 15px 15px;
}
.Text_layouts2 .photo_box .ico span{
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:16px;
	border:1px solid #ffffff;
	background:none !important;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Text_layouts2 .photo_box a:hover span{
	color:#FF8726;
	background:#ffffff !important;
}
.Text_layouts2 .photo_box .shade{
	background-color:#FF8726;
}
.Text_layouts2 .photo_box:hover .shade{
    opacity:0.8;
}
.text_style1{
	font-size:12px;
	color:#666666;
	padding:16px 0 19px;
}
.text_style1 h3{
	font-size:16px;
	color:#333333;
	margin:0 0 5px 0;
}
.text_style1 a{
	font-size:13px;
	color:#FF8726;
	text-transform:uppercase;
}
.text_style2{
	font-size:13px;
	color:#666666;
	padding:20px 20px 15px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.text_style2 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_style2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_style2 .info span{
	margin-right:3px;
}



.Grid_layouts .isotope_group,
.Classic_layouts .isotope_group{
	text-align:left;
	margin:0 0 20px 0; 
}
.Text_layouts .isotope_group{
	text-align:left;
	margin:0 0 10px 0; 
	}
.List_layouts .isotope_group{
	text-align:left;
	margin:0 0 30px 0;
	}
.Grid_layouts .isotope_group a,
.Classic_layouts .isotope_group a,
.Text_layouts .isotope_group a,
.List_layouts .isotope_group a{
	margin:0px 5px 0 0;
	padding:8px 29px;
	display:inline-block;
	color:#888;
	font-size:13px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.Grid_layouts .isotope_group a:hover,
.Classic_layouts .isotope_group a:hover,
.Text_layouts .isotope_group a:hover,
.List_layouts .isotope_group a:hover{
	color:#FF8726;
	text-decoration:none;
	}
.Grid_layouts .isotope_group a.active,
.Classic_layouts .isotope_group a.active,
.Text_layouts .isotope_group a.active,
.List_layouts .isotope_group a.active{
	color:#fff;
	background-color:#FF8726;
	padding:8px 29px;
}
.Grid_layouts .isotope_group a.active:hover,
.Classic_layouts .isotope_group a.active:hover,
.Text_layouts .isotope_group a.active:hover,
.List_layouts .isotope_group a.active:hover{
	color:#fff;}
.Grid_layouts .isotope_main,
.Classic_layouts .isotope_main{
	margin:0 0 0 -5px;	
	}
.Text_layouts .isotope_main{
	margin:0 0 0 -15px;
	}
.Grid_layouts .isotope_item > div,
.Classic_layouts .isotope_item > div {
	margin: 10px 5px 0;
	}
.Text_layouts .isotope_item > div {
	margin: 20px 15px 0;
	}
.List_layouts .isotope_item > div.row{
	margin-right: -15px;
	margin-left: -15px;
	}
.Grid_layouts .photo_box .content h2,
.Classic_layouts .photo_box .content h2{
	font-size:16px;
	color:#fff;
	line-height:1.8;
	text-transform:uppercase;
}
.Grid_layouts  .photo_box .content p,
.Classic_layouts  .photo_box .content p{
	font-size:13px;
	margin-bottom:15px;
}
.Grid_layouts .photo_box .content a{
	font-size:14px;
	color:#ffffff;
    line-height:36px;
	border:1px solid #ffffff;
	padding:8px 45px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.Grid_layouts .photo_box .shade,
.Text_layouts .photo_box .shade{
	background-color:#FF8726;
}
.Grid_layouts .photo_box:hover .shade,
.Text_layouts .photo_box:hover .shade{
	opacity:0.8;
}	
.Grid_layouts .isotope_item .pic_box img,
.Classic_layouts .isotope_item .pic_box img,
.Text_layouts .isotope_item .pic_box img{
	width:100%;
	}

.Text_layouts .photo_box .ico span{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:16px;
	border:1px solid #ffffff;
	background:none;
}
.Text_layouts .photo_box a:hover span{
	color:#FF8726;
	background:#ffffff;
}
.text_sytle1{
	font-size:12px;
	color:#666666;
	padding:16px 0 19px;
}
.text_sytle1 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle1 a{
	font-size:13px;
	color:#FF8726;
	text-transform:uppercase;
}
.text_sytle2{
	font-size:13px;
	color:#666666;
	padding:20px 20px 15px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.text_sytle2 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_sytle2 .info span{
	margin-right:3px;
}	

.List_layouts .isotope_main .photo_box{
	margin:0;
}
.List_layouts .isotope_item{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5; 
}
.List_layouts_text{
	font-size:12px;
}
.text_sytle3{
	font-size:13px;
	color:#666666;
}
.text_sytle3 h3{
	font-size:15px;
	color:#333333;
	margin:0 0 7px;
	text-transform:uppercase;
}
.List_layouts_text hr{
	width:60px;
	margin:20px 0;
	border-color:#FF8726;
	display:inline-block\0;
}
.List_layouts_text p a{
	color:#fff;
	margin:26px 5px 0 0;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 10px 38px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration:none;
	
	}

.Sidebar_layouts{
	padding-bottom:25px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5; 
}
.Sidebar_layouts .text_sytle3{
	padding:20px 0 4px;
}
.Sidebar_layouts p a{
	color:#fff;
	margin:13px 10px 0 0;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 10px 38px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration:none;
}
.Sidebar_layouts_categories{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_categories li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_categories li a{
	color:#666;
	}
.Sidebar_layouts_categories .fa{
	font-size:12px;
	color:#FF8726;
	margin-right:10px;
}
.categories_number{
    float:right;
}
.Sidebar_layouts_recent_news{
	font-size:13px;
	color:#888888;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d1d1d1; 
}
.Sidebar_layouts_recent_news img{
	float:left;
	height:67px;
	padding-right:20px;
	width:auto\0;
}
.Sidebar_layouts_recent_news .heading{
	font-size:14px;
	color:#333333;
	padding-top:8px;
}
.Sidebar_layouts_recent_news .heading a{
	color:#333;
	}
.Sidebar_layouts_links{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_links li{
	border-bottom:1px solid #d1d1d1;
	padding:10px 0;
}
.Sidebar_layouts_links li a{
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_links .fa{
	color:#FF8726;
	margin-right:10px;
}
.Sidebar_layouts_next a{
	color:#666;
	display:inline-block;
	border:1px solid #ccc;
	margin: 0 5px 0 0;
	}
.Sidebar_layouts_next a:link{
	color:#666;
	}
.Sidebar_layouts_next a:hover{
	color: #fff;
	background-color: #FF8726;
	text-decoration:none;
	}	
.Sidebar_layouts_next a.linkone{
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	padding:5px 22px;
	}
.Sidebar_layouts_next a.linktwo{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:5px 10px;
	}

.Single_Layouts{
	font-size:12px;
	color:#666666;
}
.Single_Layouts .Single_Layouts_top{
	border-bottom:1px solid #D8D8D8;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	}
.Single_Layouts .Single_Layouts_top a.lefta,
.Single_Layouts .Single_Layouts_top a.righta{
	color:#fff;
	display: inline-block;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 8px 28px;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	float:left;
	}
.Single_Layouts .Single_Layouts_top a.righta{
	float:right;
	}
.Single_Layouts h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
	margin:20px 0 15px;
}
.Single_Layouts p{
	padding-bottom:11px;
}
.portfolios_carousel_title{
	font-size:20px;
	color:#333333;
	padding:0 0 15px;
}
/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	
}
.horizontalTab_Top_1 ul.resp-tabs-list{
	}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2 !important;
	border-right:1px solid #C2C2C2;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover{
	 
	}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span{
	color:#fff;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:13px 69px ;
	font-size:15px;
	color:#fff;
	background-color:#C2C2C2;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	border-top:1px solid #FF8726;
	border-bottom:1px solid #FF8726;
	border-left:1px solid #FF8726 !important;
	border-right:1px solid #FF8726;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span{
	color:#fff;
	background-color:#FF8726;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-width: 7px;
	border-style: solid;
	border-color:#FF8726 transparent transparent transparent;
	bottom: -14px;
	left: 43%;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li em,
.horizontalTab_Top_1 ul.resp-tabs-list li i,
.horizontalTab_Top_1 h2.resp-accordion span em,
.horizontalTab_Top_1 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_1 .resp-tabs-container{
	border:1px solid #D8DBDB;
	margin: -1px 0 0 0;
	}
.horizontalTab_Top_1 .resp-tab-content .resp_margin{
	margin:25px;
	}
.horizontalTab_Top_1 .resp-tab-content .resp_margin p{
	display:inline-block;
	}
.horizontalTab_Top_1 .resp-tab-content .resp_margin p img{
	float:left;
	margin:0 40px 0 0;
	}
	


.horizontalTab_Top_2 .resp-tabs-container{
	border:none;
	}	
.horizontalTab_Top_2 .resp-tab-content .resp_margin{
	margin: 0;
	padding: 50px;
	background-color: #F5F5F5;
	display:inline-block;
	}	
.horizontalTab_Top_2 .resp-tab-content .resp_margin img{
	float:left;
	margin:0 30px 0 0;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li{
	font-size:15px;
	color:#333;
	background-color:#e7e7e7;
	border-top:2px solid #CFCFCF;
	border-right:none;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:first-child {
	border-left: 1px solid #E7E7E7;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li span{
	padding:18px 40px;
	}
	
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active{
	color: #333;
	border-top:2px solid #FF8726;
	border-bottom:1px solid #F5F5F5;
	}	
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active:first-child{
	border-left: 1px solid #F5F5F5;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #F5F5F5;
  color: #333;
}


/* horizontalTab_Top_3*/
.horizontalTab_Top_3 {
	padding-bottom: 0;
	}
.horizontalTab_Top_3 ul.resp-tabs-list{
	}
.horizontalTab_Top_3 ul.resp-tabs-list li{
	float:left;
	text-align:center;
	background-color:#ffffff;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #eeeeee;
	background-color:#fff;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li span{
	font-size:13px;
	color:#666;
	background-color:#F9F9F9;
	padding:13px;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span{
	color:#ff8726;
	}
.horizontalTab_Top_3 .resp-tabs-container{
	border:1px solid #eeeeee;
	margin:-2px 0 0 0;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li:first-child {
	border-left: 1px solid #eeeeee;
	}


.verticalTab_Left_1 {
}

.verticalTab_Left_1 .resp-tab-content {
	border: none;
}

.verticalTab_Left_1 .resp_container .resp_margin {
	border: 1px solid #dddddd;
	padding:50px;
	margin: 0;
	display:inline-block;
	}
.verticalTab_Left_1 .resp_container .resp_margin img{
	float:left;
	margin:0 40px 0 0;
	}
.verticalTab_Left_1 .resp_container .resp_margin p{
	line-height:24px;
	}

.verticalTab_Left_1 ul.resp-tabs-list {
	padding:0;
	}
.verticalTab_Left_1 ul.resp-tabs-list li {
	font-size:15px;
	color:#333;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:none;
	margin:0 -1px 10px 0;
	}
.verticalTab_Left_1 ul.resp-tabs-list li:first-child {
	border-top:1px solid #ddd;
	}
.verticalTab_Left_1 ul.resp-tabs-list li span {
	padding: 24px 52px;
	}
	
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active {
	color: #ff8726;
	background-color: #fff;
	border-left:2px solid #ff8726;
	}	
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
	margin-right:0;
	margin:0;
	padding-right:0;
	padding: 24px 52px 24px 51px;
	color: #ff8726;
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:before{
	content:"";
	position:absolute;
	border-width:4px;
	border-style:solid;
	border-color:transparent transparent transparent #ff8726;
	left:0;
	top:50%;
	margin:-4px 0 0 0;
	}	




.verticalTab_Right_1 {
}

.verticalTab_Right_1 .resp-tab-content {
	border: none;
}

.verticalTab_Right_1 .resp_container .resp_margin {
	border: 1px solid #dddddd;
	padding:50px;
	margin: 0;
	display:inline-block;
	}
.verticalTab_Right_1 .resp_container .resp_margin img{
	float:right;
	margin:0 0 0 40px;
	}
.verticalTab_Right_1 .resp_container .resp_margin p{
	line-height:24px;
	}

.verticalTab_Right_1 ul.resp-tabs-list {
	padding:0;
	}
.verticalTab_Right_1 ul.resp-tabs-list li {
	font-size:15px;
	color:#333;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:none;
	margin:0 0 10px -1px;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:first-child {
	border-top:1px solid #ddd;
	}
.verticalTab_Right_1 ul.resp-tabs-list li span {
	padding: 24px 52px;
	}
	
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active {
	color: #ff8726;
	background-color: #fff;
	border-right:2px solid #ff8726;
	}	
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
	margin-left:0;
	margin:0;
	padding-left:0 !important;
	padding: 24px 51px 24px 52px !important;
	color: #ff8726;
	background-color: #fff;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:before{
	content:"";
	position:absolute;
	border-width:4px;
	border-style:solid;
	border-color:transparent #ff8726 transparent transparent;
	right:0;
	top:50%;
	margin:-4px 0 0 0;
	}	









/*anchorTag*/
.anchorTag {
	text-align:center;
	position:relative;
	cursor:pointer;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	z-index:903;
}
/*anchor Nav*/
#anchorNav {
	position:fixed;
	right:100px;
	top:30%;
	margin:0;
	padding:0;
	z-index:10000;
}
#anchorNav li{
	list-style:none;
	cursor:pointer;
	position:relative;
	margin-bottom:28px;
}
#anchorNav li i{
	display:block;
	width:20px;
	height:20px;
	background-color:#ccc;
	text-indent:-200px;
	overflow:hidden;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	transition: 		background-color ease-out 300ms;
	-moz-transition: 	background-color ease-out 300ms; /* Firefox 4 */
	-webkit-transition: background-color ease-out 300ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-out 300ms; /* Opera */
	-ms-transition: 	background-color ease-out 300ms; /* IE9? */
}
#anchorNav li:hover i,
#anchorNav li.active i{
	background-color:#FF8726;
}
#anchorNav li span {
	background-color:#FF8726;
	color:#FFF;
	position:absolute;
	top:50%;
	right:100%;
	margin:-14px 15px 0 0;
	white-space:nowrap;
	padding:5px ;
	opacity:0;
	visibility:hidden;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
#anchorNav li span:after{
	content:"";
	position: absolute;
	border-style:solid;
	border-width:5px;
	border-color:transparent transparent transparent #ff8726;
	right:0;
	top:50%;
	margin: -5px -10px 0 0;
	}
#anchorNav li:hover span {
	opacity:1;
	visibility:visible;
}

/* Pricing */
.price-table:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.price-table {
	display:inline-block;
}
.price-table {
	display:block;
}
.price-table {
	padding:28px 0px 28px 0px;
}
.price-table [class*="span"]{
	margin-bottom:15px;
}
.price_title {
	color:#444444;
	border:1px solid #e2e2e2;
	padding-top:15px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table .price_title h2 {
	margin:0px;
	font-weight:normal;
}
.price-table .price_holder {
	border:1px solid #E4E4E4;
	margin:0 0 0 -1px;
	min-height:300px;
	padding-bottom:12px;
}
.price-table .price_box {
	color:#444444;
	padding:20px 0px 25px 0px;
}
.price-table .sup {
	font-size:28px;
	line-height:34px;
	vertical-align:top;
}
.price-table .price {
	font-size:48px;
	line-height:50px;
}
.price-table .price_holder ul {
	margin:0px 0px 13px 0px;
	padding:0px;
	border-bottom:1px solid #e2e2e2;
}
.price-table .price_holder ul li {
	list-style:none;
	border-top:1px solid #e2e2e2;
	padding:12px 0;
}
.price-table .btn {
	position:relative;
	font-size:15px;
	border:none;
	background-color:transparent;
	color:#FFF;
	text-shadow:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 20px;
	margin-top:10px;
	transition: 				 background-color ease-in 200ms;
	-moz-transition:		 background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:  background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 			 background-color ease-in 200ms; /* Opera */
	-ms-transition:			 background-color ease-in 200ms; /* IE9? */
}
.price-table .btn:hover {
	background-color:#525252;
}



.price-table1{
	padding:0;
	}
.price-table1 .price_border{
	border:1px solid #dddddd;
	background-color:#fff;
	cursor:pointer;
}
.price-table1 .price_title{
	border:none;
	padding:0;
	text-align:center;
	margin:-10px 0 0 0;
}
.price-table1 .price_title h2{
	color:#fff;
	font-size:18px;
	display:inline-block;
	padding:12px 60px;
	
	position:relative;
}
.price-table1 .price_title h2:before{
	content:"";
	position:absolute;
	border-width:6px;
	border-style:solid;
	border-color: transparent transparent transparent transparent;
	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 */
	left: 0;
	top: 0;
	margin: 3px 0 0 -6px;
	}
.price-table1 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:0;
	margin:0;
}
.price-table1 .price_box{
	width:110px;
	height:110px;
	line-height:110px;
	margin:64px auto;
	padding:0;
	text-align:center;
	color:transparent;
	position:relative;
}
.price-table1 .price_box:before{
	position:absolute;
	content:"";
	width:110px;
	height:110px;
	left:50%;
	top:50%;
	margin:-55px 0 0 -55px;
	border:2px solid transparent;
	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 */
	}
.price-table1 .price_box .sup {
	display:inline-block;
	font-size:24px;
	vertical-align:middle;
	line-height: normal;
}
.price-table1 .price_box .price{
	display:inline-block;
	font-size:24px;
	vertical-align:middle;
	line-height: normal;
}
*+html .price-table1 .price_box .sup ,
*+html .price-table1 .price_box .price{
	display:inline;
}
.price-table1 .price_box .unit{
	display:block;
	font-size:13px;
}
.price-table1 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
	text-align:left;
}
.price-table1 .price_holder ul li{
	border-top:none;
	padding: 11px 0 11px 45px;
}
.price-table1 .price_holder ul li span.fa{
	font-size:15px;
	color:#666;
	margin:0 15px 0 0;
	vertical-align: middle;
	}

.price-table1 .price_holder a.btn{
	color:#fff;
	padding:10px 15px;
	margin:50px 0 60px;
	line-height:30px;
	font-size:12px;
	text-transform:uppercase;
}


.price-table1 .color_1 .price_border:hover{
	border:1px solid #D5BE00;
	}
.price-table1 .color_1 .price_title h2{
	background-color:#D5BE00;
	}
.price-table1 .color_1 .price_title h2:before{
	border-top-color:#D5BE00;
	}
.price-table1 .color_1 .price_box{
	color:#D5BE00;
	}
.price-table1 .color_1 .price_box:before{
	border-color:#D5BE00;
	}
.price-table1 .color_1 .price_holder a.btn{
	background-color:#D5BE00;
	}


.price-table1 .color_2 .price_border:hover{
	border:1px solid #FF8726;
	}
.price-table1 .color_2 .price_title h2{
	background-color:#FF8726;
	}
.price-table1 .color_2 .price_title h2:before{
	border-top-color:#FF8726;
	}
.price-table1 .color_2 .price_box{
	color:#FF8726;
	}
.price-table1 .color_2 .price_box:before{
	border-color:#FF8726;
	}
.price-table1 .color_2 .price_holder a.btn{
	background-color:#FF8726;
	}


.price-table1 .color_3 .price_border:hover{
	border:1px solid #93C85B;
	}
.price-table1 .color_3 .price_title h2{
	background-color:#93C85B;
	}
.price-table1 .color_3 .price_title h2:before{
	border-top-color:#93C85B;
	}
.price-table1 .color_3 .price_box{
	color:#93C85B;
	}
.price-table1 .color_3 .price_box:before{
	border-color:#93C85B;
	}
.price-table1 .color_3 .price_holder a.btn{
	background-color:#93C85B;
	}

.price-table1 .color_4 .price_border:hover{
	border:1px solid #FF5A3A;
	}
.price-table1 .color_4 .price_title h2{
	background-color:#FF5A3A;
	}
.price-table1 .color_4 .price_title h2:before{
	border-top-color:#FF5A3A;
	}
.price-table1 .color_4 .price_box{
	color:#FF5A3A;
	}
.price-table1 .color_4 .price_box:before{
	border-color:#FF5A3A;
	}
.price-table1 .color_4 .price_holder a.btn{
	background-color:#FF5A3A;
	}

.price-table1 .price_holder a.btn:hover{
	background-color:#666;
	}

	


.price-table2{
	padding:0;
	}
.price-table2.row{
	margin-right: -1px;
	margin-left: -1px;
	}
.price-table2.row .col-md-3.col-sm-6{
	padding-right: 1px;
	padding-left: 1px;
	}
.price-table2 .price_border{
	text-align:center;
}
.price-table2 .price_title{
	border:none;
	padding:0;
	text-align:center;
	margin:0;
}
.price-table2 .price_title h2{
	color:#fff;
	font-size:24px;
	padding:24px 0px;
	text-transform:uppercase;	
	position:relative;
	background-color:rgba(0,0,0,0.1);
}
.price-table2 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:25px;
	margin:0;
	color:#fff;
}
.price-table2 .price_box{
	margin: 30px 0;
	padding:0;
	text-align:center;
	position:relative;
	color:#fff;
}
.price-table2 .price_box .sup {
	display:inline-block;
	font-size:60px;
	vertical-align:middle;
	line-height: normal;
}
.price-table2 .price_box .price{
	display:inline-block;
	font-size:60px;
	vertical-align:middle;
	line-height: normal;
}
.price-table2 .price_box .unit{
	display:block;
	font-size:13px;
	}
*+html .price-table2 .price_box .sup ,
*+html .price-table2 .price_box .price{
	display:inline;
}

.price-table2 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table2 .price_holder ul li{
	border-top:none;
	padding: 11px 0;
}


.price-table2 .price_holder a.btn{
	background-color:#fff;
	display:block;
	padding:10px 15px;
	margin:40px 24px 0;
	line-height:30px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.price-table2 .price_holder a.btn:hover{
	background-color:#666;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	}

.price-table2 .color_1 .price_border{
	background-color:#D5BE00;
	}
.price-table2 .color_1 .price_holder a.btn{
	color:#D5BE00;
	}


.price-table2 .color_2 .price_border{
	background-color:#FF8726;
	}
.price-table2 .color_2 .price_holder a.btn{
	color:#FF8726;
	}


.price-table2 .color_3 .price_border{
	background-color:#93C85B;
	}
.price-table2 .color_3 .price_holder a.btn{
	color:#93C85B;
	}

.price-table2 .color_4 .price_border{
	background-color:#FF5A3A;
	}
.price-table2 .color_4 .price_holder a.btn{
	color:#FF5A3A;
	}



.price-table3{
	padding:0;
	}

.price-table3 .price_border{
	text-align:center;
	background-color:#333;
}
.price-table3 .price_title{
	border:none;
	padding:0;
	text-align:center;
	margin:0;
}
.price-table3 .price_title h2{
	color:#fff;
	font-size:16px;
	padding:12px 0px;
	position:relative;
	background-color:#FF8726;
}
.price-table3 .price_holder{
	border:none;
	text-align:center;
	padding:0;
	margin:0;
	color:#fff;
}
.price-table3 .price_box{
	padding: 30px 0;
	margin:0 45px;
	text-align:center;
	position:relative;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.price-table3 .price_box .sup {
	display:inline-block;
	font-size:40px;
	vertical-align: top;
	line-height: normal;
}
.price-table3 .price_box .price{
	display:inline-block;
	font-size:60px;
	vertical-align:middle;
	line-height: normal;
}
.price-table3 .price_box .unit{
	font-size:13px;
	display:inline-block;
	vertical-align: bottom;
	}
*+html .price-table3 .price_box .sup ,
*+html .price-table3 .price_box .price{
	display:inline;
}

.price-table3 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
	text-align:left;
	padding:40px 45px;
	color:#969595;
}
.price-table3 .price_holder ul li{
	border-top:none;
	padding: 11px 0;
}
.price-table3 .price_holder ul li span.fa{
	color:#FF8726;
	font-size: 15px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	}

.price-table3 .price_holder a.btn{
	background-color:#FF8726;
	color:#fff;
	display:block;
	padding:10px 0;
	margin:0;
	line-height:30px;
	font-size:14px;
}
.price-table3 .price_holder a.btn:hover{
	background-color:#666;
	}


.price-table4{
	padding:0;
	}
.price-table4 .price_border{
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#F6F6F6;
}
.price-table4 .price_title{
	border:none;
	padding:0;
	text-align:center;
	margin:0;
}
.price-table4 .price_title h2{
	color:#fff;
	font-size:18px;
	padding:17px 0px;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;

}
.price-table4 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:25px;
	margin:0;
}
.price-table4 .price_box{
	margin: 30px 0;
	padding:0;
	text-align:center;
	position:relative;
	color:#313131;
}
.price-table4 .price_box .sup {
	display:inline-block;
	font-size:30px;
	vertical-align:top;
	line-height: normal;
}
.price-table4 .price_box .price{
	display:inline-block;
	font-size:60px;
	vertical-align:middle;
}
.price-table4 .price_box .unit{
	display:inline-block;
	font-size:13px;
	vertical-align:bottom;
	}
*+html .price-table4 .price_box .sup ,
*+html .price-table4 .price_box .price{
	display:inline;
}
.price-table4 .price_box p{
	font-size:13px;
	color:#888;
	margin:10px 0 0;
	}

.price-table4 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
	color:#666;
}
.price-table4 .price_holder ul li{
	border-top:none;
	padding: 11px 0;
}
.price-table4 .price_holder ul li span.fa{
	font-size: 15px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	}


.price-table4 .price_holder a.btn{
	color:#fff;
	display:block;
	padding:10px 15px;
	margin:40px 24px 0;
	line-height:30px;
	font-size:13px;
	text-transform:uppercase;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.price-table4 .color_1 .price_title h2{
	background-color:#D5BE00;
	}
.price-table4 .color_1 .price_holder ul li span.fa{
	color:#D5BE00;
	}
.price-table4 .color_1 .price_holder a.btn{
	background-color:#D5BE00;
	}


.price-table4 .color_2 .price_title h2{
	background-color:#FF8726;
	}
.price-table4 .color_2 .price_holder ul li span.fa{
	color:#FF8726;
	}
.price-table4 .color_2 .price_holder a.btn{
	background-color:#FF8726;
	}


.price-table4 .color_3 .price_title h2{
	background-color:#93C85B;
	}
.price-table4 .color_3 .price_holder ul li span.fa{
	color:#93C85B;
	}
.price-table4 .color_3 .price_holder a.btn{
	background-color:#93C85B;
	}

.price-table4 .color_4 .price_title h2{
	background-color:#FF5A3A;
	}
.price-table4 .color_4 .price_holder ul li span.fa{
	color:#FF5A3A;
	}
.price-table4 .color_4 .price_holder a.btn{
	background-color:#FF5A3A;
	}
.price-table4 .color_1 .price_holder a.btn:hover,
.price-table4 .color_2 .price_holder a.btn:hover,
.price-table4 .color_3 .price_holder a.btn:hover,
.price-table4 .color_4 .price_holder a.btn:hover{
	background-color:#666;
	}

.price-table5{
	margin:30px 0 0 0;
	background-color:#ffffff;
	border:1px solid #e6e6e6;
	padding:50px 50px 50px 135px;
	position:relative;
	cursor:pointer;
	transition: 		border ease-in 200ms;
	-moz-transition: 	border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms; /* IE9? */
	}
.price-table5.the1:hover{
	border:1px solid #D5BE00;
	}
.price-table5.the2:hover{
	border:1px solid #FF8726;
	}
.price-table5.the3:hover{
	border:1px solid #93C85B;
	}
.price-table5.the4:hover{
	border:1px solid #FF5A3A;
	}
.price-table5:before{
	content:"\f14a";
	font-family:"FontAwesome";
	color:#DDDDDD;
	font-size:20px;
	position:absolute;
	right:10px;
	top:10px;
	opacity:0;
	}
.price-table5:hover:before{
	opacity:1;
	}
.price-table5 span{
	position:absolute;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	font-size:26px;
	text-transform:uppercase;
	left:50px;
	top:50px;
	}
.price-table5.the1 span{
	background-color:#D5BE00;
	}
.price-table5.the2 span{
	background-color:#FF8726;
	}
.price-table5.the3 span{
	background-color:#93C85B;
	}
.price-table5.the4 span{
	background-color:#FF5A3A;
	}

/*player*/
.player .Play {
	cursor: pointer;
	display: inline-block;
}
.player.Button {
	display: block!important;
	width: auto;
	height: auto;
	box-shadow: none;
	position: absolute;
	z-index: 1000;
	background-color: #F00;
	color: #FFF;
}
.player .YTPOverlay{
	background-color:#000;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.player .Play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.player_boxes{
	padding:50px 40px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.player_boxes.dark{
	background-color:rgba(0,0,0,0.6);
}


.player_boxes .player_title{
	font-size:50px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:1.1;
}
.player_boxes .player_line {
	width:70px;
	margin:20px auto;
}
.player_boxes .player_smalltitle {
	font-size:16px;
	letter-spacing:2px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:1.2;
}
.player_boxes .player_content{
	color:#666666;
	margin:0px 10% 30px; 
}
.player_boxes .Button_default {
	margin-bottom:10px;	
}
.player_boxes.dark .player_smalltitle,
.player_boxes.dark .player_content{
	color:#FFF;
}
	
/*Responsive Video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}

/*gmap*/
#gmap{
	width: 100%;
	height: 330px;
	}
#gmap img {
    max-width: none;
}


#gmap2{
	width: 100%;
	height: 552px;
	}
#gmap2 img {
    max-width: none;
}
#gmap2:before{
	content:"";
	position:absolute;
	background-image: url(../images/mapshadow.png);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:6px;
	z-index:1;
	top:0px;
	left:0px;
	}	
#gmap2:after{
	content:"";
	position:absolute;
	background-image: url(../images/mapshadow2.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	width:100%;
	height:6px;
	z-index:1;
	bottom:0px;
	left:0px;
	}

/*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;
	background-color: #f2f2f2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #797979;
	font-family: Helvetica;
	top: auto;
	bottom: 14px;
	left: auto;
	right: 0;
	z-index:15;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_tab .last_page {
	right: 32px;
}

.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover {
	color: #FFF;
	text-decoration: none;
}

.Testimonials_tab .dot {
	position: absolute;
	bottom: 0;
	z-index:14;
}

.Testimonials_tab .dot a {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #606060;
	margin: 0 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 0;
	text-indent: -999px;
	vertical-align: middle
}

*+html .Testimonials_tab .dot a {
	display: inline;
}

.Testimonials_tab .dot a.actived {
	background: #606060;
	width: 10px;
	height: 10px;
}

.Testimonials_1{
	overflow:inherit;
	}
.Testimonials_1 blockquote{
	padding: 40px 35px 65px 35px;
	margin: 0;
	font-size: 13px;
	border:1px solid #ddd;
	line-height: 24px;
	color: #666;
	font-style: normal;
	position:relative;
	}
.Testimonials_1 blockquote:before{	
	content: "";
	position:absolute;
	border-width:12px;
	border-style:solid;
	border-color:#fff transparent transparent transparent;
	right: -13px;
	bottom: -13px;
	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_1 blockquote:after {
	content: "";
	position:absolute;
	border-width:12px;
	border-style:solid;
	border-color:transparent transparent #ECECEC transparent;
	right: 4px;
	bottom: 4px;
	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_1 blockquote p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	}
.Testimonials_1 blockquote footer, 
.Testimonials_1 blockquote small, 
.Testimonials_1 blockquote .small {
	display: block;
	font-size:13px;
	line-height: normal;
	text-transform:uppercase;
	position:absolute;
	top: 100%;
	margin: -40px 0 0 10px;
	color:#969595;
	}
.Testimonials_1 blockquote footer:before, 
.Testimonials_1 blockquote small:before, 
.Testimonials_1 blockquote .small:before {
	content:"";
	}
.Testimonials_1 img{
	border:5px solid #fff;
	}
.Testimonials_1 blockquote small div{
	font-size: 13px;
	line-height: normal;
	color: #666;
	text-transform: uppercase;
	vertical-align: -32px;
	display: inline-block;
	margin: 0 0 0 10px;
	}
.Testimonials_1 blockquote small span{
	color:#ff8726;
	}


.Testimonials_2{
	overflow:inherit;
	}
.Testimonials_2 blockquote{
	padding: 0;
	border: 1px solid #f1f1f1;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	position: relative;
	display: inline-block;
	}
.Testimonials_2 blockquote:before{
	content:"\f10d";
	font-family:"FontAwesome";
	width:46px;
	height:46px;
	background-color:#FF8726;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height:46px;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	font-size:18px;
	margin:-10px 0 0 -10px;
	} 
.Testimonials_2 img{
	float: left;
	margin:0 40px 0 0;
	}
.Testimonials_2 blockquote p {
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	padding:40px 60px 0 0;
	margin:0;
	}
.Testimonials_2 blockquote footer, 
.Testimonials_2 blockquote small, 
.Testimonials_2 blockquote .small {
	display: none;
	}
.Testimonials_2 .dot{
	bottom: 30px;
	right: 50px;
	}
.Testimonials_2 .dot a{
	width:10px;
	height:10px;
	border:none;
	background-color:#CDCDCD;
	}
.Testimonials_2 .dot a.actived{
	background-color:#FF8726;
	}
	
	
	
.Testimonials_3 .img{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 0;
	background-image: url(../images/Testimonials_3a.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.Testimonials_3 blockquote{
	width: 50%;
	margin:0;
	margin-left: 50%;
	float: left;
	padding: 60px 90px;
	background-color: #F2F2F2;
	border-left: none;
	font-size:15px;
	color:#666;
	font-style:normal;
	}
.Testimonials_3 blockquote p{
	font-size:15px;
	color:#666;
	font-style:normal;
	}
.Testimonials_3 blockquote small{
	margin:30px 0 0 0;
	font-size:13px;
	color:#888888;
	}
.Testimonials_3 blockquote footer:before, 
.Testimonials_3 blockquote small:before, 
.Testimonials_3 blockquote .small:before{
	content:'';
	}
.Testimonials_3 blockquote small span{
	display:block;
	color:#ff8726;
	margin:0 0 5px 0;
	}
	
.Testimonials_4{
	text-align:center;
	overflow:inherit;
	margin: 0 0 55px 0;
	}
.Testimonials_4 blockquote {
	padding: 60px 70px 40px 35px;
	margin:0;
	font-size: 13px;
	border:1px solid #DDDDDD;
	font-style:normal;
	color:#666;
	}
.Testimonials_4 blockquote .img{
	position:absolute;
	left: 50%;
	top: 0;
	margin: -36px 0 0 -36px;
	border:8px solid #fff;
	width: 71px;
	height: 71px;
	}
.Testimonials_4 blockquote .img:before{
	width: 71px;
	height: 71px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: auto;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	content: "";
	left: -8px;
	top: -7px;
	}
.Testimonials_4 blockquote p{
	font-size: 13px;
	color: #666;
	font-style: normal;
	line-height:24px;
	}
.Testimonials_4 blockquote footer, 
.Testimonials_4 blockquote small, 
.Testimonials_4 blockquote .small {
	font-size:13px;
	line-height: normal;
	color:#888;
	margin:10px 0 0 0;
	}
.Testimonials_4 blockquote footer:before, 
.Testimonials_4 blockquote small:before, 
.Testimonials_4 blockquote .small:before {
	content:"";
	}
.Testimonials_4 blockquote span{
	color:#FF8726;
	}
.Testimonials_4 .dot{
	width: 100%;
	margin: 0 0 -55px 0;
	}
.Testimonials_4 .dot a{
	width:15px;
	height:15px;
	border:none;
	background-color:#DDDDDD;
	}
.Testimonials_4 .dot a.actived{
	background-color:#FF8726;
	width:15px;
	height:15px;
	}

.Testimonials_5{
	overflow:inherit;
	}
.Testimonials_5 blockquote{
	padding: 0;
	border: none;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-style: normal;
	position: relative;
	display: inline-block;
	}
.Testimonials_5 blockquote:before{
	content:"\f10d";
	font-family:"FontAwesome";
	width:46px;
	height:46px;
	color:#FF8726;
	border:1px solid #FF8726;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height:46px;
	text-align:center;
	position:absolute;
	left:0;
	top:11px;
	font-size:18px;
	margin:0;
	} 
.Testimonials_5 img{
	float: right;
	margin:0 0 0 83px;
	}
.Testimonials_5 blockquote p {
	font-size: 15px;
	line-height: 30px;
	color: #ccc;
	font-style: normal;
	padding:30px 0 30px 75px;
	margin:0;
	}
.Testimonials_5 blockquote small{
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 0 75px;
	}
.Testimonials_5 blockquote small:before{
	display:none;
	}
.Testimonials_5 blockquote small span{
	color:#FF8726;
	}
.Testimonials_5 .dot{
	top:100%;
	left:75px;
	}
.Testimonials_5 .dot a{
	width:10px;
	height:10px;
	background-color:transparent;
	border:1px solid #fff;
	}
.Testimonials_5 .dot a.actived{
	background-color:#FF8726;
	border:1px solid #ff8726;
	}
	
	
.Testimonials_6{
	text-align:center;
	overflow:inherit;
	margin: 0 0 55px 0;
	}
.Testimonials_6 blockquote {
	padding: 35px 53px 40px 52px;
	margin: 0 20px;
	font-size: 13px;
	border:1px solid #DDDDDD;
	font-style:normal;
	color:#fff;
	}
.Testimonials_6 blockquote .img{
	position: relative;
	margin: 0 auto 20px;
	}
.Testimonials_6 blockquote .img img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}

.Testimonials_6 blockquote p{
	font-size: 13px;
	color: #fff;
	font-style: normal;
	line-height:24px;
	}
.Testimonials_6 blockquote footer, 
.Testimonials_6 blockquote small, 
.Testimonials_6 blockquote .small {
	font-size:13px;
	line-height: normal;
	color:#ff8726;
	margin:10px 0 0 0;
	}
.Testimonials_6 blockquote footer:before, 
.Testimonials_6 blockquote small:before, 
.Testimonials_6 blockquote .small:before {
	content:"";
	}
.Testimonials_6 blockquote span{
	color:#FF8726;
	}
.Testimonials_6 .dot{
	width: 100%;
	margin: 0 0 -55px 0;
	}
.Testimonials_6 .dot a{
	width:15px;
	height:15px;
	border:1px solid #fff;
	}
.Testimonials_6 .dot a.actived{
	background-color:#fff;
	width:15px;
	height:15px;
	}
.Testimonials_6 .last_page,
.Testimonials_6 .next_page {
	font-size:0;
	position: absolute;
	bottom:auto;
	left: auto;
	top: 50%;
	margin:-14px 0 0 0;
	right:auto;
	height: 28px;
	line-height: 28px;
	width: 28px;
	background-color: transparent;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-align: center;
	color: #fff;
	font-family: inherit;
	z-index:15;
	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_6 .last_page {
	right:auto;
	left:-25px;
}
.Testimonials_6 .next_page {
	right:-5px;
	}

.Testimonials_6 .last_page:hover,
.Testimonials_6 .next_page:hover {
	color: #FFF;
	text-decoration: none;
}


.Testimonials_6 .last_page:before,
.Testimonials_6 .next_page:before{
	font-size:28px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-family:'FontAwesome';
	}	
.Testimonials_6 .last_page:before{
	content:"\f053";
	} 
.Testimonials_6 .next_page:before{
	content:"\f054";
	} 	



/*sync carousel */
.sync_carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.sync_carousel .carousel_main,
.sync_carousel .carousel_nav{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:none;
	margin:0px;
	padding:0px;
}

.sync_carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.sync_carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.sync_carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.sync_carousel .owl-item{
	float: left;
}
.sync_carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.sync_carousel .owl-page{
	cursor: pointer;
	width:21px;
	height:21px;
	border:2px solid #2e2e2e;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.sync_carousel .owl-page.active{
}

.sync_carousel .owl-buttons .owl-prev,
.sync_carousel .owl-buttons .owl-next{
	position:absolute;
	left:0;
	top:50%;
	width:41px;
	height:65px;
	line-height:65px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-32px 0 0 0;
	background-color:#2e2e2e;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.sync_carousel .owl-buttons .owl-next{
	left:auto;
	right:0;
}

.sync_carousel .owl-buttons .owl-prev:before,
.sync_carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	width:12px;
	height:12px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -4px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.sync_carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #FFF;
	margin-left:-7px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
 
.sync_carousel .owl-buttons .owl-prev:hover,
.sync_carousel .owl-buttons .owl-next:hover{
	background-color:#ed474a;
}


.sync_carousel .grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

.sync_carousel  .owl-wrapper,
.sync_carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.sync_carousel img {
	max-width:100%;
}

.sync_carousel_1{
	text-align:center;
	}
.sync_carousel_1 .carousel_main .owl-item {
	float:left;
	
	}
.sync_carousel_1 .carousel_main .owl-item p{
	padding: 0 30px;
	margin:0;
	position:relative;
	}
.sync_carousel_1 .carousel_main .owl-item p:before{
	content: "\f10d";
	position:absolute;
	font-family:'FontAwesome';
	left: 0px;
	top:50%;
	color:#fff;
	font-size:26px;
	margin:-20px 0 0 0;
	}
.sync_carousel_1 .carousel_main .owl-item p:after{
	content: "\f10e";
	position:absolute;
	font-family:'FontAwesome';
	right:0px;
	top:50%;
	color:#fff;
	font-size:26px;
	margin:-20px 0 0 0;
	}
.sync_carousel_1 .carousel_main .owl-item h6{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	margin:35px 0 30px;
	}
.sync_carousel_1 .carousel_nav .owl-item{
	display:inline-block;
	float:none;
	}
.sync_carousel_1 .carousel_nav .owl-item{
	width:auto !important;
	margin:0 5px;
	}
.sync_carousel_1 .carousel_nav .item {
	cursor:pointer;
	
	}
.sync_carousel_1 .carousel_nav .item img{
	padding:5px;
	border:1px solid transparent;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}
.sync_carousel_1 .carousel_nav .synced .item img {
	border:1px solid #fff;
}
.sync_carousel_1 .owl-buttons{
	display:none;
	}
	
	
.sync_carousel_2 .carousel_nav{
	margin:0 0 40px 0;
	}
.sync_carousel_2 .home3_cond .photo_box{
	width:auto;
	}
.sync_carousel_2 .home3_cond .owl-item.synced .photo_box .shade{
	filter: alpha(opacity=0);
	opacity: 0;
	}
.sync_carousel_2 .owl-buttons{
	display:none;
	}
/*Time_Line*/
.Time_Line {
	position: relative;
	z-index: 2;
	clear:both;
	margin:35px 0 0 0;
	}
.Time_Line .Time_Line_top{
	display: block;
	margin: 15px 0;
	text-align:center;
	}
.Time_Line .Time_Line_top .Time_Line_top_time {
	display: inline-block;
	background-color: #E6E6E6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	border:10px solid #e6e6e6;
	width: 200px;
	height: 200px;
	margin:0 auto;
	}
.Time_Line .Time_Line_content{
	clear:both;
	}
.Time_Line .Time_Line_content .Time_Line_left{
	width:50%;
	float:left;
	padding:0 66px 0 0;
	position: relative;
	margin-bottom:80px;
	}
.Time_Line .Time_Line_content .Time_Line_left.test1{
	margin-top:80px;
	}
.Time_Line .Time_Line_content .Time_Line_left.test5 img{
	margin:10px 0 20px 0;
	}
.Time_Line .Time_Line_content .Time_Line_left.test7 p{
	line-height:26px;
	}
.Time_Line .Time_Line_content .Time_Line_left:after{
	position:absolute;
	right:-30px;
	top:32px;
	width:60px;
	height:60px;
	border:1px solid #ccc;
	line-height:58px;
	text-align:center;
	background-color:#fff;
	color:#aaa;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	content:"";
	font-size:24px;
	font-family:"FontAwesome";
	}
.Time_Line .Time_Line_content .Time_Line_left.test1:after{
	content:"\f044";
	}
.Time_Line .Time_Line_content .Time_Line_left.test3:after{
	content:"\f03e";
	}
.Time_Line .Time_Line_content .Time_Line_left.test5:after{
	content:"\f028";
	}
.Time_Line .Time_Line_content .Time_Line_left.test7:after{
	content:"\f086";
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box{
	border:1px solid #d9d9d9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	background-color:#F6F6F6;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box:after{
	content:"";
	position:absolute;
	right:-7px;
	top:55px;
	width:13px;
	height:13px;
	background-color:#f6f6f6;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	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 */
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .date{
	position:absolute;
	width:80px;
	height:80px;
	line-height: normal;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	left:0;
	top:0;
	margin:-40px 0 0 -40px;
	color:#fff;
	font-size:14px;
	background-color:#FF8726;
	padding: 20px 0;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .date span{
	font-size:20px;
	display:block;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_top{
	padding:40px 30px 30px;
	border-bottom:1px solid #d9d9d9;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_top h6{
	font-size:17px;
	color:#333;
	font-weight:normal;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_top p{
	margin:0;
	}	
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom{
	border:1px solid #fff;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:20px 30px;
	background-color:#EBEBEB;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom .links_left{
	float:left;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom .links_left a{
	font-size:13px;
	color:#666;
	text-decoration:none;
	margin:0 15px 0 0;
	}
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom .links_left a span.fa{
	margin:0 10px 0 0;
	}	
.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom .links_right{
	float:right;
	}
	
	
	
.Time_Line .Time_Line_content .Time_Line_right{
	width:50%;
	float:right;
	padding:0 0 0 66px;
	position: relative;
	margin-bottom:80px;
	}

.Time_Line .Time_Line_content .Time_Line_right:after{
	position:absolute;
	left:-30px;
	top:32px;
	width:60px;
	height:60px;
	border:1px solid #ccc;
	line-height:58px;
	text-align:center;
	background-color:#fff;
	color:#aaa;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	content:"";
	font-size:24px;
	font-family:"FontAwesome";
	}
.Time_Line .Time_Line_content .Time_Line_right.test2:after{
	content:"\f15c";
	}
.Time_Line .Time_Line_content .Time_Line_right.test4:after{
	content:"\f03d";
	}
.Time_Line .Time_Line_content .Time_Line_right.test6:after{
	content:"\f0c1";
	}
.Time_Line .Time_Line_content .Time_Line_right.test8:after{
	content:"\f10d";
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box{
	border:1px solid #d9d9d9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	background-color:#F6F6F6;
	}

.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box:after{
	content:"";
	position:absolute;
	left:-7px;
	top:55px;
	width:13px;
	height:13px;
	background-color:#f6f6f6;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	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 */
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .date{
	position:absolute;
	width:80px;
	height:80px;
	line-height: normal;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	right:0;
	top:0;
	margin:-40px -40px 0 0;
	color:#fff;
	font-size:14px;
	background-color:#FF8726;
	padding: 20px 0;
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .date span{
	font-size:20px;
	display:block;
	}

.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_top{
	padding:40px 30px 30px;
	border-bottom:1px solid #d9d9d9;
	}

.Time_Line .Time_Line_content .Time_Line_right.test2 .Time_Line_right_box .Time_Line_right_top img{
	margin:0 0 40px 0;
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_top h6{
	font-size:17px;
	color:#333;
	font-weight:normal;
	}
.Time_Line .Time_Line_content .Time_Line_right.test6 .Time_Line_right_top{
	display:inline-block;
	width:100%;
	}
.Time_Line .Time_Line_content .Time_Line_right.test8 .Time_Line_right_top small{
	margin:20px 0 0 0;
	display:block;
	font-size:12px;
	color:#444;
	}
.Time_Line .Time_Line_content .Time_Line_right.test8 .Time_Line_right_top small span{
	display:block;
	color:#FF8726;
	font-size:13px;
	margin:0 0 5px 0;
	}
.Time_Line .Time_Line_content .Time_Line_right.test6 .Time_Line_right_top img{
	float:left;
	margin:0 20px 0 0;
	}
.Time_Line .Time_Line_content .Time_Line_right.test6 .Time_Line_right_top h6{
	margin:20px 0 10px 0;
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_top p{
	margin:0;
	}	
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom{
	border:1px solid #fff;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:20px 30px;
	background-color:#EBEBEB;
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom .links_left{
	float:left;
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom .links_left a{
	font-size:13px;
	color:#666;
	text-decoration:none;
	margin:0 15px 0 0;
	}
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom .links_left a span.fa{
	margin:0 10px 0 0;
	}	
.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom .links_right{
	float:right;
	}
	
	
.Time_Line .Time_Line_bottom{
	text-align:center;
	
	}	
.Time_Line .Time_Line_bottom span.fa{
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	background-color:#E6E6E6;
	color:#363636;
	font-size:30px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	cursor:pointer;
	}	
	
	
.Time_Line .Time_Line_line {
	position: absolute;
	z-index: -1;
	left: 50%;
	width: 8px;
	height: 100%;
	top: 0px;
	margin-left: -4px;
	overflow: hidden;
	background-color: #E6E6E6;
	}


@media only screen and (min-width: 1600px){
	.SectionStyles4 p{
		padding: 0 255px;
		}
	.SectionStyles11{
		padding: 255px 0;
		}
	.percentage i,
	.percentage em{
		margin: -8px 0 0 25px;
		}
	.chart_list1 ul li{
		padding: 5px 0 5px 65px;
		}
	.price-table1 .price_holder ul li{
		padding: 11px 0 11px 90px;
		}
	.price-table1 .price_holder a.btn{
		padding:10px 46px;
		}
	.sync_carousel_1 .carousel_main .owl-item p{
		padding: 0 235px;
		}
	.sync_carousel_1 .carousel_main .owl-item p:before{
		left: 125px;
		}
	.sync_carousel_1 .carousel_main .owl-item p:after{
		right:125px;
		}
	.carousel_7 .owl-buttons .owl-prev, .carousel_7 .owl-buttons .owl-next{
		left: -60px;
		}
	.carousel_7 .owl-buttons .owl-next {
		left: auto;
		right: -60px;
		}
	.horizontalTab_Top_3 ul.resp-tabs-list li span{
		padding:15px 34px;
		}
	.number_Animation_1 .number_out:last-child:hover {
		right: 26px;
		}
	.number_Animation_2 .number_Animation_bg p{
		padding: 0 40px;
		}
	.number_Animation_4{
		padding:0 184px;
		}	
	.Testimonials_6 .last_page {
		right:auto;
		left: 115px;
	}
	.Testimonials_6 .next_page {
		right:135px;
		}
	.Testimonials_6 blockquote {
		margin: 0 220px;
		}

	}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.SectionStyles4 p{
		padding:0 140px;
		}

	.cal1_main{
		margin:0 160px;
		}	
	.cal1_main .cal1_right1,
	.cal1_main .cal1_right2,
	.cal1_main .cal1_right3{
		padding: 140px 90px 70px 90px;
		}
	.carousel_2 .item {
		margin: 0 1px 0 35px;
		}
	.carousel_7 .owl-buttons .owl-prev, .carousel_7 .owl-buttons .owl-next{
		left: -30px;
		}
	.carousel_7 .owl-buttons .owl-next {
		left: auto;
		right: -30px;
		}
	.percentage i,
	.percentage em{
		margin: -8px 0 0 25px;
		}
	.chart_list1 ul li{
		padding: 5px 0 5px 40px;
		}
	.price-table1 .price_holder ul li{
		padding: 11px 0 11px 65px;
		}
	.price-table1 .price_holder a.btn{
		padding:10px 25px;
		}
	.sync_carousel_1 .carousel_main .owl-item p{
		padding: 0 235px;
		}
	.sync_carousel_1 .carousel_main .owl-item p:before{
		left: 125px;
		}
	.sync_carousel_1 .carousel_main .owl-item p:after{
		right:125px;
		}
	.horizontalTab_Top_3 ul.resp-tabs-list li span{
		padding:15px 26px;
		}
	.number_Animation_1 .number_out:last-child:hover {
		right: 20px;
		}
	.number_Animation_2 .number_Animation_bg p{
		padding: 0 40px;
		}
	.number_Animation_4{
		padding:0 69px;
		}
	.Testimonials_6 .last_page {
		right:auto;
		left: 60px;
		}
	.Testimonials_6 .next_page {
		right:80px;
		}	
	.Testimonials_6 blockquote {
		margin: 0 115px;
		}
	}
	
	
	
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.flip_box_4{
		padding: 40px 20px;
		margin: 45px 0 0 0;
		}
	.dividers_1{
		margin-top:0;
		margin-bottom:0;
		}
	.SectionStyles4 p{
		padding:0 80px;
		margin:0 0 30px 0;
		}
	.cal1_main{
		margin:0;
		}
	.carousel_1 .owl-buttons .owl-prev, .carousel_1 .owl-buttons .owl-next{
		left:0;
		}
	.carousel_1 .owl-buttons .owl-next {
		left: auto;
		right: 0;
		}
	.number_Animation_1 .number_out{
		width:33.333%;
		}
	.number_Animation_1 .number_out:nth-child(3),
	.number_Animation_1 .number_out:last-child{
		right:0;
		}
	.number_Animation_1 .number_out:nth-child(3):hover,
	.number_Animation_1 .number_out:last-child:hover{
		right:25px;
		}		
		
	.number_Animation_1 .number_box {
		padding: 50px 0;
		}
	.number_Animation_4 {
		padding: 0 112px;
		}
	.percentage {
		margin:20px auto 50px;
		}
	.percentage i,
	.percentage em{
		margin: -8px 0 0 55px;
		}
	.carousel_2 .item .item_box {
		padding: 30px 20px;
		}	
	.carousel_5 .owl-buttons .owl-prev,
	.carousel_5 .owl-buttons .owl-next{
		left:-15px;
		}
	.carousel_5 .owl-buttons .owl-next{
		left:auto;
		right:-15px;
		}
	.carousel_7 .owl-buttons .owl-prev, .carousel_7 .owl-buttons .owl-next{
		left: -15px;
		}
	.carousel_7 .owl-buttons .owl-next {
		left: auto;
		right: -15px;
		}
	.carousel_9 .owl-buttons .owl-prev, 
	.carousel_9 .owl-buttons .owl-next{
		margin: -25px 0 0 -23px;
		}
	.carousel_9 .owl-buttons .owl-next {
		margin: -25px -17px 0 0;
		}		
		
		
	.price-table1 .price_holder ul li{
		padding: 11px 0 11px 90px;
		}	
	.horizontalTab_Top_1 .resp-tab-content .resp_margin p img{
		margin: 0 15px 0 0;
		max-width: 25%;
		}
	.horizontalTab_Top_2 ul.resp-tabs-list li span {
		padding: 15px 23px;
		}
	.SectionStyles11{
		padding:55px 0;
		}
	.chart_list1 h6{
		margin: 30px 0 20px 0;
		}
	.chart_list1 ul li {
		padding: 5px 80px;
		}
	.Testimonials_2 img{
		margin: 0 20px 0 0;
		}
	.Testimonials_2 blockquote p{
		padding:10px;
		}
	.Testimonials_6 .last_page, .Testimonials_6 .next_page{
		display:none;
		}
	.Testimonials_6 blockquote{
		padding: 35px 15px;
		margin: 0;
		}
		
	.sync_carousel_1 .carousel_nav .owl-wrapper{
		width:100% !important;
		text-align:center;
		}		
		
		
		
	.Time_Line .Time_Line_content .Time_Line_left.test1{
		margin-top: 0;
		}
	.Time_Line .Time_Line_content .Time_Line_left,
	.Time_Line .Time_Line_content .Time_Line_right{
		clear:both;
		margin-bottom:0;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .date{
		margin: -40px 0 0 -22px;
		}
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .date{
		margin: -40px -22px 0 0;
		}
	#anchorNav{
		right:50px;
		}

	}
@media only screen and (max-width: 767px) {
	.flip_box_4{
		padding: 20px 20px 20px 20px;
		margin: 44px 0 0 0;
		}
	.row .col-sm-4:first-child .flip_box_4{
		margin:5px;
		}
	.flip_box_4 .icon {
		width: 50px;
		height: 50px;
		line-height: 40px;
		border: 5px solid #fff;
		font-size: 20px;
		margin: -45px auto 5px;
		}
	.flip_box_4 .icon:before {
		width: 50px;
		height: 50px;
		left: -5px;
		top: -5px;
		}
		
		
		
	.dividers_1{
		margin-top:0;
		margin-bottom:0;
		}


	.carousel_1 .owl-buttons .owl-prev, .carousel_1 .owl-buttons .owl-next{
		left:0;
		}
	.carousel_1 .owl-buttons .owl-next {
		left: auto;
		right: 0;
		}
	.carousel_1 .owl-pagination {
		padding: 5px 0 0;
		}
	
	.cal1_main{
		margin:0;
		}
	.cal1_main .cal1_left1, .cal1_main .cal1_left2, .cal1_main .cal1_left3{
		width:100%;
		position:relative;
		height:400px;
		}
	.cal1_main .cal1_right1, .cal1_main .cal1_right2, .cal1_main .cal1_right3{
		width: 100%;
		margin-left: 0;
		padding: 15px;
		}
	.cal1_main .bottomline{
		margin:30px 0;
		}
	
	.carousel_2{
		margin:20px 0 0 0;
		}
	.carousel_2 .item{
		margin:0;
		}
	.carousel_5 .owl-buttons .owl-prev,
	.carousel_5 .owl-buttons .owl-next{
		left:-15px;
		}
	.carousel_5 .owl-buttons .owl-next{
		left:auto;
		right:-15px;
		}
	.carousel_7 .owl-buttons .owl-prev, .carousel_7 .owl-buttons .owl-next{
		left: -15px;
		}
	.carousel_7 .owl-buttons .owl-next {
		left: auto;
		right: -15px;
		}
	.carousel_9 .item{
		padding:0;
		}
	.carousel_9 .owl-buttons .owl-prev, 
	.carousel_9 .owl-buttons .owl-next{
		margin: -25px 0 0 0;
		}	

	
	.accordion_1.panel-group {
		margin-bottom:20px;
		}
	
	.SectionStyles4 p{
		padding:0;
		margin: 0 0 20px 0;
		}
	.SectionStyles4 a.linker{
		padding: 10px 5px;
		margin: 0 1px;
		}
	.SectionStyles9 .home1_con_titlep{
		margin:0 0 20px 0;
		}
	.SectionStyles17{
		padding:20px 0;
		}
	.number_Animation_1 .number_out{
		width:100%;
		}
	.number_Animation_1 .number_box {
		padding: 50px 0;
		}
	.number_Animation_1 .number_out:hover {
		transform: none;
		}
	.number_Animation_1 .number_out:last-child:hover{
		right:0;
		}			
		
		
		
	.number_Animation_4 {
		padding: 0;
		width: 100%;
		}
	.number_Animation_4 .na_box{
		float: none;
		margin: 20px auto 0;
		}
	
		
	.Text_layouts2 .isotope_main{
		margin-left:0;
		}
	.Text_layouts2 .isotope_item .photo_box{
		margin:0 0 15px;
		}
	.Text_layouts2.isotope_grid .isotope_group {
		padding: 20px 0;
		}
	.Text_layouts2.isotope_grid .isotope_group a{
		margin: 2px 2px;
		padding: 10px 20px;
		}
		
	.text_style1{
		padding: 16px 0 0;
		}
		
	.percentage {
		margin: 20px auto 80px;
		}
	.percentage i,
	.percentage em {
		left: 50%;
		top: 100%;
		margin: 12px 0 0 -8px;
		width: 17px;
		height: 53px;
		}
		
	.chart_list1 .the2, .chart_list1 .the3, .chart_list1 .the4{
		margin:20px auto 0;
		}
	.chart_list1 h6{
		margin: 20px 0 15px 0;
		}
	.chart_list1 ul li {
		padding: 5px 0 5px 40px;
		}

	.loaded_list2{
		margin:20px 0 0 0;
		}
		
	.horizontalTab_Top_1 .resp-tabs-container {
		border:none;
		border-bottom:1px solid #D8DBDB;
		}
	.horizontalTab_Top_1 .resp-tab-active, 
	.horizontalTab_Top_1 .resp-tab-active:hover{
		background-color:#FF8726;		
		}
	.horizontalTab_Top_1 .resp-tab-content .resp_margin p img{
		float: none;
		margin: 0;
		display: block;
		}
	.horizontalTab_Top_2 .resp-tabs-container{
		border-bottom: 1px solid #e1e1e1;
		}
	.horizontalTab_Top_2 .resp-tab-content .resp_margin{
		padding:15px;
		}
	.horizontalTab_Top_2 .resp-tab-content .resp_margin img{
		margin: 0;
		float:none;
		display:block;
		max-width:100%;
		}
	.horizontalTab_Top_3 .resp-tabs-container{
		border: none;
		border-bottom: 1px solid #e1e1e1;
		}
		
		
	.verticalTab_Left_1 .resp-tab-content{
		border:1px solid #d8d8d8;
		  border-bottom: none;
		}
	.verticalTab_Left_1 .resp_container .resp_margin {
		border:none;
		padding: 0;
		margin: 15px;
		display: inline-block;
		}
	.verticalTab_Left_1 .resp_container .resp_margin img {
		float: none;
		margin: 0 0 0 0;
		max-width: 100%;
		}


	.verticalTab_Right_1 .resp-tab-content{
		border:1px solid #d8d8d8;
		  border-bottom: none;
		}
	.verticalTab_Right_1 .resp_container .resp_margin {
		border:none;
		padding: 0;
		margin: 15px;
		display: inline-block;
		}
	.verticalTab_Right_1 .resp_container .resp_margin img {
		float: none;
		margin: 0 0 0 0;
		max-width: 100%;
		}
		
		
		
	#anchorNav {
		display:none!important;
		}

	.price-table1 .price_holder ul li{
		padding: 11px 0 11px 70px;
		}
	
	.SectionStyles11{
		padding:20px 0;
		}
	.sync_carousel_1 .carousel_main .owl-item h6{
		margin:20px 0;
		}
	.sync_carousel_1 .carousel_nav .owl-wrapper{
		width:100% !important;
		}

	.Testimonials_1 blockquote:before{
		border-width: 8px;
		right: -9px;
		bottom: -9px;
		}
	.Testimonials_1 blockquote:after{
		border-width: 8px;
		right: 2px;
		bottom: 2px;
		}

	.Testimonials_2 img{
		margin: 0 10px 0 0;
		}
	.Testimonials_2 blockquote p{
		padding:10px;
		}
	.Testimonials_3 .img{
		width: 100%;
		height: 200px;
		position: relative;
		}
	.Testimonials_3 blockquote{
		width: 100%;
		margin: 0;
		margin-left: 0;
		float: none;
		padding: 15px;
		}
	.Testimonials_4{
		margin: 0 0 20px 0;
		}
	.Testimonials_4 blockquote{
		padding: 40px 20px 20px 20px;
		}
	.Testimonials_4 .dot{
		margin: 0 0 -20px 0;
		}
	.Testimonials_5 img{
		margin:0;
		}
	.Testimonials_5 blockquote p{
		padding: 70px 0 20px 0px;
		}
	.Testimonials_5 .dot{
		top:100%;
		left:auto;
		width:100%;
		text-align:center;
		}
	.Testimonials_6 blockquote {
		padding: 20px;
		margin: 0;
		}
	.Testimonials_6 .last_page {
		display:none;
		}
	.Testimonials_6 .next_page {
		display:none;
		}
	.sync_carousel_2 .carousel_nav{
		margin:0 0 20px 0;
		}
	
	.quotes_1 blockquote{
		padding: 40px 20px 20px;
		}
	.quotes_1 blockquote span.mark{
		width:40px;
		height:40px;
		line-height:40px;
		}
	.quotes_1 blockquote p{
		margin:0 0 20px 0;
		}
	.quotes_2 blockquote,
	.quotes_3 blockquote,
	.quotes_4 blockquote{
		padding: 40px 20px 20px;
		}
	.quotes_2 blockquote span.mark,
	.quotes_3 blockquote span.mark{
		left: 15px;
		top: 15px;
		}
	.quotes_2 blockquote p{
		margin:0 0 20px 0;
		}
	.quotes_2 blockquote:before{
		border-width: 8px;
		right: -9px;
		bottom: -9px;
		}
	.quotes_2 blockquote:after{
		border-width: 8px;
		right: 3px;
		bottom: 3px;
		}
	.quotes_4 blockquote span.mark{
		width: 30px;
		height: 30px;
		line-height: 28px;
		left: 15px;
		top: 10px;
		font-size: 15px;
		}
	.quotes_5 blockquote{
		padding: 20px 0;
		}
	.quotes_5 blockquote span.mark{
		margin: 0 0 20px 0;
		}
	.boxes_style_1 .boxes,
	.boxes_style_4 .boxes,
	.boxes_style_7 .boxes{
		padding:15px;
		}
	.boxes_style_1 .boxes .but a.buttoncolor,
	.boxes_style_4 .boxes .but a.buttoncolor,
	.boxes_style_7 .boxes .but a.buttoncolor{
		padding:5px;
		margin:0 5px;
		}
	.boxes_style_5 .boxes:before{
		border-width: 8px;
		right: -9px;
		bottom: -9px;
		}
	.boxes_style_5 .boxes:after{
		border-width: 8px;
		right: 2px;
		bottom: 2px;
		}
	.accordion_5 .panel-body{
		padding:15px !important;
		}
	.accordion_6 .panel-title a.collapsed, .accordion_6 .panel-title a{
		padding:15px 40px 15px 15px;
		}
	.accordion_6 .panel-body{
		padding:15px;
		}
	
	.Time_Line .Time_Line_content .Time_Line_left,
	.Time_Line .Time_Line_content .Time_Line_right{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		}
	.Time_Line .Time_Line_content .Time_Line_left.test1 {
		margin-top: 0;
		}
	
	.Time_Line .Time_Line_content .Time_Line_left:after {
		right: -15px;
		top: 17px;
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 15px;
		}
	.Time_Line .Time_Line_content .Time_Line_right:after {
		left: -15px;
		top: 17px;
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 15px;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box:after,
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box:after{
		display:none;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .date{
		width: 40px;
		height: 40px;
		margin: -10px 0 0 -10px;
		font-size: 12px;
		padding: 6px 0;
		}
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .date{
		width: 40px;
		height: 40px;
		  margin: -20px -15px 0 0;
		font-size: 12px;
		padding: 6px 0;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .date span,
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .date span {
		font-size: 12px;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom ,
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom {
		padding: 15px;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom .links_left a,
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom .links_left a{
		margin: 0 10px 0 0;
		}
	.Time_Line .Time_Line_content .Time_Line_left .Time_Line_left_box .Time_Line_left_bottom .links_right,
	.Time_Line .Time_Line_content .Time_Line_right .Time_Line_right_box .Time_Line_right_bottom .links_right {
		float: left;
		margin: 10px 0 0 0;
		}
	
	.isotope_grid.isotope_1 .isotope_group {
		padding: 20px 0;
		}
	.isotope_grid.isotope_1 .isotope_group a{
		margin:0 5px 5px 0;
		}
	
	.price-table5{
		margin: 20px 0 0 0;
		padding: 20px 20px 20px 70px;
		}
	.price-table5 span{
		width: 40px;
		height: 40px;
		line-height:36px;
		left: 15px;
		top: 25px;
		}
		
	
	}



