body {
	color: #727272;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 24px
}


img {
	max-width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #666;
	font-family: 'Oswald',sans-serif;
	text-shadow: 0 0 1px rgba(0,0,0,0.01)
}

/***************************************************************************8*/
.fullwidthbanner-container {
	width: 100%!important;
	position: relative;
	max-height: 470px!important;
	overflow: hidden;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 0;
	visibility: hidden
}

.tp-leftarrow.default,.nivo-prevNav {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #898989;
	padding-top: 20px!important;
	width: 45px;
	height: 60px;
	text-align: center;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	visibility: visible
}

.tp-leftarrow.default:before,.nivo-prevNav:before {
	content: "\f053";
	font-family: FontAwesome;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #fafafa;
	text-align: center;
	visibility: visible
}

.tp-rightarrow.default,.nivo-nextNav {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #898989;
	padding-top: 20px!important;
	width: 45px;
	height: 60px;
	text-align: center;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	visibility: visible
}

.tp-rightarrow.default:before,.nivo-nextNav:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #fafafa;
	text-align: center;
	visibility: visible
}

/***************************************************************************8*/

.main-content {
	margin: 45px 0px 0px 0px;padding: 60px 0px 0px 0px;
}

div.content-box {
	clear: both
}

div.content-box div.content-box-info {
	padding-left: 115px
}

div.content-box.big {
	padding: 0 7% 30px;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out
}

div.content-box.big .ch-info-wrap {
	margin: -42px auto 35px;
	position: relative;
	left: auto;
	top: auto
}

div.content-box.big:hover {
	background: #fafafa
}

div.content-box.big div.content-box-info {
	padding-left: 0;
	text-align: center;
	margin: 25px 0 0;
	min-height:333px;
}

div.content-box.big div.content-box-info p {
	text-align: center;
	margin-top: 25px
}

.service-reasons div.content-box.big {
	transition: none;
	margin-top: 30px;
	border: 1px solid #fff
}

.main-content h3 {
	color: #666;
	line-height: 32px; font-size:26px; font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 5px
}

.main-content p,.content p {
	text-align: left
}

.author-content,div.content-box.big,#cn-tabs .service,.comment-des,.contact-box {
	border-style: solid;
	border-width: 1px 1px 3px;
	  margin-bottom: 80px;
	border-color: #ddd;
	background: #fafafa;
	border-bottom-color: #0488cd;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#f8f8f8),to(#fafafa));
	background: -webkit-linear-gradient(top,#f8f8f8,#fafafa);
	background: -moz-linear-gradient(top,#f8f8f8,#fafafa);
	background: -ms-linear-gradient(top,#f8f8f8,#fafafa);
	background: -o-linear-gradient(top,#f8f8f8,#fafafa)
}

ul.graph-container {
	margin-left: 10em
}






.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default
}

.ch-info-wrap i {
	color: #fff;
	float: left;
	font-size: 28px;
	left: 35%;
	line-height: 80px;
	position: relative;
	z-index: 5;
	text-shadow: 0 3px 0 rgba(0,0,0,0.1)
}

.ch-info-wrap {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #666;
	top: 10px;
	left: 10px
}

.ch-info {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.ch-info>div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden
}

.ch-info .ch-info-front {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.ch-info .ch-info-back {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	-webkit-transition: all .4s ease-in-out .2s;
	-moz-transition: all .4s ease-in-out .2s;
	-o-transition: all .4s ease-in-out .2s;
	-ms-transition: all .4s ease-in-out .2s;
	transition: all .4s ease-in-out .2s;
	opacity: 0
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto
}
