@charset "utf-8";
/* CSS Document */

/*@font-face {*/
/*font-family:'AUdimat%20Regular';*/
/*src:url(../fonts/AUdimat%20Regular.ttf);*/
/*}*/
/*@font-face {*/
/*font-family:'MyriadPro-Regular';*/
/*src:url(../fonts/MyriadPro-Regular.otf);*/
/*}*/
* {
	margin:0;
	padding:0;
}
/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	clear:both;
}
a, img, table {
	border:none;
	outline:none;
}
img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	cursor:text;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:'MyriadPro-Regular';
	padding-bottom:8px;
}
h1 {
	font-size:30px;
	color:#51b819;
}
h2 {
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#626c70;
	line-height:18px;
	font-weight:normal;
	text-align:justify;
	padding-bottom:12px;
}
.testimonial-box p {
	color:#212121;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li {
	list-style:none;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}
.wraper {
}
.header {
	padding:4px 0;
}
.logo {
	width:22%;
	padding:5px 0;
	margin-right:3%;
	float:left;
}
.nav-menu {
	width:75%;
	float:right;
}
#menubar {
	float:right;
	padding:15px 0;
}
#menubar ul {
	margin:0px;
	padding:0px;
}
#menubar ul li {
	list-style:none;
	float: left;
	background:url(../image/menu-divider.png) left no-repeat;
}
#menubar ul li:first-child {
	background:none;
}
#menubar ul li {
	list-style:none;
	float: left;
	background:url(../image/menu-divider.png) left;
	background-repeat:no-repeat;
}
#menubar ul li a {
	padding:0 20px 0 20px;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #232323;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#menubar ul li a:hover {
	color: #51b819;
}
/*menu css==========================*/



#cssmenu {
	float:right;
	padding-top:15px;
}
#cssmenu > ul > li {
	float: left;
	background:url(../image/menu-divider.png) left;
	background-repeat:no-repeat;
}
#cssmenu > ul > li.first-child {
	background:none;
}
#cssmenu > ul > li > a {
	padding:0 20px 0 20px;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #232323;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #ef7c00;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
 -webkit-transition: height .2s ease;
 -moz-transition: height .2s ease;
 -ms-transition: height .2s ease;
 -o-transition: height .2s ease;
 transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: 32px;
}
/*menu css==========================*/
.banner {
	background:url(../image/banner-bg.jpg) repeat;
	padding:0px 0;
}
.banner-left {
	padding-top:80px;
	width:58.5%;
	margin-right:2%;
	float:left;
}
.banner-right {
	width:35.4%;
	float:right;
	padding:2% 0;
}

.banner-right .wgid-47 #NmWgList47 li a {
border-color: #000;
  color: #000!important;
  Font-size: 11px!important;
  font-weight: normal!important;
  text-decoration: none;
}
.banner-right .wgid-47 #NmWgList47 li{
background-image: none!important;
  border-color: #000;
  border-style: none;
  display: list-item!important;
  float: left;
  color: #000!important;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px!important;
  font-style: normal;
  font-weight: bold!important;
  height: 135px!important;
  line-height: 13px;
  list-style-type: inherit!important;
  margin: 0 5px!important;
  overflow: visible;
  padding: 3px 0!important;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
  width: 105px!important;
  word-break: break-word;
 }


.banner-img {
	border:3px solid #FFFFFF;
	
	border-radius:50%;
	
	box-shadow:0 0 10px #222222;
}
.banner .Image-effect {
	border:none;
	border-radius:0%;
	width:663px;
	box-shadow:none;
}
.banner h1, h2, h3 {
	font-family:'AUdimat%20Regular';
	color:#fff;
	font-weight:bold;
}
.banner h1 {
	font-size:37px;
}
.banner h2 {
	font-size:24px;
}
.banner h3 {
	font-size:18px;
}
.container-section {
	width:100%;
}
.container-left {
	width:33%;
	padding:2% 0;
	padding-top:3%;
	float:left;
}
.container-right {
	width:67%;
	float:right;
	padding:4% 0;
}
.container-mid-left {
	width:60%;
	padding:4% 2% 4% 0;
	float:left;
}
.container-mid-right {
	width:38%;
	float:right;
	padding:3% 0;
}
.container-section img {
	/*
	width:280px;
	height:280px;
	border-radius:100%;
	border:3px solid #fff;
	box-shadow: 0px 0px 8px #000;
	*/
}
.leftrm {
	float:right;
}
.container-section-mid {
	width:100%;
	background:url(../image/content-bg.jpg) repeat;
	height:350px;
}
.container-section-bot {
	padding:20px 0;
	max-width:750px;
	margin:0 auto;
}

.container-section-bot ul li{
position:relative;
}

.container-section-bot p.text-01 {
	position:absolute;
  left: 75px;
  top: 44px;
}
.container-section-bot p.text-02 {
	position:absolute;
    right: 36px;
	top: 44px;
}
.container-section-bot p.text-03 {
	position:absolute;
	left:75px;
	top:44px;
}
.container-section-bot p.text-04 {
	position:absolute;
  right: 166px;
  top: 44px;
}
.container-section-bot ul {
	list-style:none;
}
.container-section-bot ul li {
	width:50%;
	float:left;
	padding-bottom:40px;
}
.container-section-bot ul li h3 a {
	font-family:'MyriadPro-Regular';
	font-size:19px;
	color:#6ebd3e;
	text-decoration:none;
	display:block;
	line-height:64px;
	padding-left:72px;
}
.container-section-bot ul li h3 a:hover {
	color:#f8ad25;
}
.container-section-bot ul li h3 a.grammar-check {
	background:url(../image/grammar-check.png) no-repeat;
}
.container-section-bot ul li h3 a.check-sentence {
	background:url(../image/check-sentence-hover.png) no-repeat;
}
.container-section-bot ul li h3 a.grammar-corrector {
	background:url(../image/grammar-corrector-hover.png) no-repeat;
}
.container-section-bot ul li h3 a.grammar-rules {
	background:url(../image/grammar-rules-hover.png) no-repeat;
}
.testimonial {
	padding:20px 0 0 0;
}
.testimonial-box {
	position:relative;
	background:#fff;
	width:29%;
	height:120px;
	padding:30px 15px;
	box-shadow:0px 0px 8px #999999;
	float:left;
	margin-right:2%;
}
.testimonial-box.last-box {
	float:right;
	margin-right:0%;
}
.testimonial-box-shadow {
	position:absolute;
	bottom:-26px;
	right:-8px;
}
/*footer*/
.footer-container {
	background:#333;
	padding:30px 0;
}
.footer-content {
	width:30%;
	float:left;
	margin-right:2%;
}
.footer-container h1 {
	color:#e6e6e6;
	font-size:26px;
}
.footer-container h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 15px;
	font-family: 'MyriadPro-Regular';
}
.footer-container p {
	color:#c7c7c7;
}
/*
.footer-container img {
	border:3px solid #888888;
}
*/
.footer-container ul {
	list-style:none;
}
.footer-container ul li {
	border-bottom:1px solid #484848;
	padding:8px 0;
}
.footer-container ul li a {
	font-size:13px;
	color:#c7c7c7;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.footer-container ul li a:hover {
	color:#51b819;
}
.contact-form .text-field {
	border:1px solid #cbcbcb;
	background:#333;
	border-radius:5px;
	height:30px;
	width:100%;
	margin-bottom:18px;
	padding:4px 8px;
	color:#c7c7c7;
}
.contact-form .text-area {
	border:1px solid #cbcbcb;
	background:#333;
	border-radius:5px;
	width:100%;
	height:70px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#c7c7c7;
	padding: 4px 8px;
}
.contact-form .text-btn {
	background:#58be20;
	border-radius:5px;
	width:40%;
	height:30px;
	margin-bottom:10px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.contact-form.contact-page {
	width:50%;
}
.contact-form.contact-page .text-field {
	border:1px solid #6ebd3e;
	background:#e9eaeb;
	margin-bottom:20px;
	color:#ccc;
}
.contact-form.contact-page .text-area {
	border:1px solid #6ebd3e;
	background:#e9eaeb;
	margin-bottom:20px;
	color:#ccc;
	height:100px;
	width:100%;
}
.contact-form.contact-page .text-area.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:8px;
	color:#000;
}
.contact-form.contact-page .text-btn {
	font-size:14px;
	font-weight:bold;
	color:#333;
	width:30%;
}
 .contact-form.contact-page ::-webkit-input-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#000;
}
.contact-form.contact-page :-moz-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#000;
}
.contact-form.contact-page ::-moz-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#000;
}
.contact-form.contact-page :-ms-input-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#000;
}

::-webkit-input-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#c7c7c7;
}
:-moz-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#c7c7c7;
}
::-moz-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#c7c7c7;
}
:-ms-input-placeholder {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#c7c7c7;
}
.footer-content-last {
	float:right;
}
.footer-copyright {
	border-top:1px solid #484848;
	background:#333;
	padding:30px 0;
}
.footer-copyright .footer-menu {
	width:70%;
	float:left;
}
.copyRight {
	float:left;
}
.copyRight p {
	font-size:12px;
	padding-top:10px;
	color:#757373;
}
.footer-copyright .footer-menu-right {
	width:10%;
	float:right;
}
.footer-copyright .footer-menu ul {
	width:70%;
	list-style:none;
	border:none;
	float:left;
}
.footer-copyright .footer-menu ul li {
}
.footer-copyright .footer-menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#757373;
	display:inline;
	text-decoration:none;
	float:left;
	border-right:1px solid #757373;
	line-height:12px;
	padding:0 10px 0 10px;
}
.footer-copyright .footer-menu ul li a:hover {
	color:#fff;
}
.footer-copyright .footer-menu .first-list {
	padding-left:0;
}
.footer-copyright .footer-menu .last-list {
	border-right:none;
}
.footer-copyright .footer-menu-right p {
	color:#757373;
}
.footer-copyright .footer-menu-right p a {
	color:#757373;
	text-decoration:none;
}
.footer-copyright .footer-menu-right p a:hover {
	color:#5cbf25;
}
.container-book-left {
	width:72%;
	padding:0px 0;
	float:left;
}
.container-book-right {
	width:28%;
	float:right;
	padding:0px 0;
}

.banner-book-left {
	padding-top:50px;
	padding-bottom:50px;
				
	width:33%;
	margin-right:0%;
	float:left;
}
.banner-book-middle {
	padding-top:50px;
	padding-bottom:50px;
			
	width:33%;
	margin-right:0%;
	float:left;
}
.banner-book-right {
	padding-top:50px;
	padding-bottom:50px;
	
	width:33%;
	margin-right:0%;
	float:left;
}
